diff --git a/server/src/events.rs b/server/src/events.rs index 3b24200c..df53a60f 100644 --- a/server/src/events.rs +++ b/server/src/events.rs @@ -310,7 +310,7 @@ impl Events { .ok_or(format_err!("connection not found id={:?}", id))?; if c.chat.is_some() { - return Err(err_msg("you must wait")); + return Ok(()); } c.chat = Some((instance, msg));