mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 18:09:22 +02:00
no need for StreamHandler
This commit is contained in:
@ -36,7 +36,6 @@ impl Actor for MyWebSocket {
|
||||
type Context = HttpContext<Self, AppState>;
|
||||
}
|
||||
|
||||
impl StreamHandler<ws::Message> for MyWebSocket {}
|
||||
impl Handler<ws::Message> for MyWebSocket {
|
||||
type Result = ();
|
||||
|
||||
|
Reference in New Issue
Block a user