mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-30 08:38:16 +02:00
Fix disconnection handling
This commit is contained in:
@@ -158,7 +158,7 @@ impl<A> Reply<A> where A: Actor + Route
|
||||
},
|
||||
ReplyItem::Actor(act) => {
|
||||
ctx.set_actor(act);
|
||||
Task::with_stream(ctx)
|
||||
Task::with_context(ctx)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user