Closed vkurland closed 7 years ago
use ConcurrentLinkedDeque to provide true concurrency and avoid CME if an attempt is made to emit a message into the Room at exactly the time when another session tries to connect to the server
also remove unused imports
use ConcurrentLinkedDeque to provide true concurrency and avoid CME if an attempt is made to emit a message into the Room at exactly the time when another session tries to connect to the server
also remove unused imports