Browse Source

Jot down TODOs.

wip
Titouan Rigoudy 4 years ago
parent
commit
dc2afc6924
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      client/src/handlers/room_join_response_handler.rs

+ 2
- 0
client/src/handlers/room_join_response_handler.rs View File

@ -28,7 +28,9 @@ impl MessageHandler for RoomJoinResponseHandler {
)
.context("joining room")?;
// TODO: Re-evaluate this with deadlocks in mind.
// Send under lock to avoid out-of-order sends.
// TODO: Send details about the room too in the same response.
let control_response =
control::Response::RoomJoinResponse(control::RoomJoinResponse {
room_name: response.room_name.clone(),


Loading…
Cancel
Save