You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to provide API for sending fragmented messages. Useful when we don't know size of data to be sent. Need to think about how to implement this. Trickiest part will be holding some sort of send lock so as not to attempt to send other messages while we're sending a fragmented message.
The text was updated successfully, but these errors were encountered:
Need to provide API for sending fragmented messages. Useful when we don't know size of data to be sent. Need to think about how to implement this. Trickiest part will be holding some sort of send lock so as not to attempt to send other messages while we're sending a fragmented message.
The text was updated successfully, but these errors were encountered: