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
{{ message }}
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.
Right now, we just get all of whatever is sitting on the rx buffer and parse the received data as one packet. However, sometimes (like when closing a channel), we get multiple packets back at once. This causes the library to freak out because the bytes are where it wants them to be. Change the message parser to work as a state machine instead of a bulk parser.
The text was updated successfully, but these errors were encountered:
Right now, we just get all of whatever is sitting on the rx buffer and parse the received data as one packet. However, sometimes (like when closing a channel), we get multiple packets back at once. This causes the library to freak out because the bytes are where it wants them to be. Change the message parser to work as a state machine instead of a bulk parser.
The text was updated successfully, but these errors were encountered: