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
although they are shortcuts to bypass the whole string delimiter and get it working like a ByteArray. Both of which can actually by done in combination with:
available()
read() in a loop based on available()
These are also not implemented on the IOS side in this fork, that will need to be done.
The text was updated successfully, but these errors were encountered:
The following fork has some helper methods that seem promising:
99b785f
readOne()
readMultiple()
although they are shortcuts to bypass the whole string delimiter and get it working like a ByteArray. Both of which can actually by done in combination with:
available()
read()
in a loop based onavailable()
These are also not implemented on the IOS side in this fork, that will need to be done.
The text was updated successfully, but these errors were encountered: