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
In the code I wrote last or last last weekend :) hopefully, not presently
in Current. But it’s programmers writing program code, and programmers are
just like humans, so you never know.
Because
Connection& BlockingWrite(const char* s, bool more)
is called forBlockingWrite(s, strlen(s))
, which clearly is not what the user intends.The text was updated successfully, but these errors were encountered: