Connection Open
Just a small update to make sure that sendMessage
waits for the connection to be open before sending the message. This ensures that all messages are sent after the connectionId
has been sent.
Changelog:
- Wait for connection open before sending messages (#28)