mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
remove select macro from echo example
This commit is contained in:
@ -78,7 +78,7 @@ impl Actor for WsChatSession {
|
||||
type Context = ws::WebsocketContext<Self>;
|
||||
|
||||
fn started(&mut self, ctx: &mut Self::Context) {
|
||||
self.join_room("Main", ctx);
|
||||
self.join_room("main", ctx);
|
||||
}
|
||||
|
||||
fn stopped(&mut self, _ctx: &mut Self::Context) {
|
||||
|
Reference in New Issue
Block a user