Closed FRosner closed 6 years ago
Am I using the websocket channels correctly? https://stackoverflow.com/questions/24576405/broadcasting-messages-in-play-framework-websockets
The channel broadcast is blocking. So maybe we can also move to fixed delay and log the time.
Maybe I should use a unicast instead of multicasts for everyone? As I am anyway sending the message separately for authorization reasons (some users cannot receive passwords, e.g.).
https://stackoverflow.com/questions/23371586/understanding-concurrent-unicasts-arguments
Problem
After some time of having Broccoli running with many users and instances, the consul health check fails, Broccoli becomes unresponsive.
References