mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 18:09:22 +02:00
sync with latest actix
This commit is contained in:
@ -28,7 +28,7 @@ fn main() {
|
||||
()
|
||||
})
|
||||
.map(|(reader, writer)| {
|
||||
let addr: SyncAddress<_> = ChatClient::create(|ctx| {
|
||||
let addr: Addr<Syn<_>> = ChatClient::create(|ctx| {
|
||||
ChatClient::add_stream(reader, ctx);
|
||||
ChatClient(writer)
|
||||
});
|
||||
|
Reference in New Issue
Block a user