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
I have noticed that the 2 methods "parseInt" and "parseFloat" in the Stream.cpp file which returns "0" when they reach a timeout. My problem with this is that I wanted to parse a String and find numbers (including zeros!) and to easily get read of characters which are not numbers.
To solve this, I suggest that these methods returns "(int)NAN" or "(float)NAN" in case that they reaches a timeout.