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
This just drops the first 10 bytes of each buffer.
The first 10 bytes are the len of what to read next and have to be read and enforced.
One command is not one packet/buffer.
You can have one command over 2 buffers, or 2 commands in one buffer.
The text was updated successfully, but these errors were encountered:
BismuthAPI/JavaScript/BismuthNative.ts
Line 70 in 31ba6bf
@gabidi
This just drops the first 10 bytes of each buffer.
The first 10 bytes are the len of what to read next and have to be read and enforced.
One command is not one packet/buffer.
You can have one command over 2 buffers, or 2 commands in one buffer.
The text was updated successfully, but these errors were encountered: