[99s-extend] How to send multiple messages in response to one message from Cowboy
John Kemp
john at jkemp.net
Fri Feb 8 14:08:24 CET 2013
Hi,
I see that with websocket_info/3 I can prompt Cowboy to send a message
to a connected client by sending a "system message".
How can I send multiple reply messages to a client which has sent a request?
Is the way to do that by calling websocket_info/3 directly (multiple
times) from within my websocket_handle call?
Cheers,
JohnK
More information about the Extend
mailing list