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
it seems to ignore the return value. if i swap < for > the result is the same.
I also tried using client.readStringAlways but this messes up when new packets are received as they're still getting handled in the readStringAlways
The text was updated successfully, but these errors were encountered:
DarkEyeDragon
changed the title
Client.readStringUntil only ever returns first element
Client#readStringUntil only ever returns first element
Dec 18, 2020
When testing the following code i came to the conclusion that only ever one element is returned for
Client#readStringUntil
it seems to ignore the return value. if i swap < for > the result is the same.
I also tried using
client.readStringAlways
but this messes up when new packets are received as they're still getting handled in the readStringAlwaysThe text was updated successfully, but these errors were encountered: