|
|
|
|
|
by austin-cheney
1145 days ago
|
|
I use a home grown web socket solution that makes use of message queues. If the connection is solid all messages are sent in order, but otherwise the messages are stored in an array as part of application state until the connection becomes healthy. |
|