Hey,

 

I am writing a service where I keep a list of ServerSentEventConnections.

 

Is the .send(String data) method async? Or in other words: Can I loop through the list of connections and call the send method without it blocking the loop?

 

Cheers,

Sven