Post by pwm

To broadcast a websocket event to everyone, you need to store every websocket connection in a list and then loop over them. Is that right? Seems legit I’m just a bit surprised.
0
0
I'm doing signals to producers/consumers that share each ws client. Producers listen for the event arrived signal, consumers verify and save the event, then send the signal. Just werks because my web framework happens to have signals builtin
0