You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that the m_connection_lock mutex in the broadcast_server isn't needed. Connections are only manipulated inside the process_messages loop serially.
I think it's helpful to see what's minimally required for synchronization.