reliable
reliable copied to clipboard
Async nature of converting a Blob to a string sometimes leads to unnecessary delay.
Perhaps there is a more optimal way to queue up messages to be sent, so that messages that CAN be sent right away will. Maybe 2 queues? Cache the stringification of messages?