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
Hi,
using listenForIncomingMessage(timeOut) enable receiving messages from client.
it seems that all message are "head trim" - first character is cut by the method.
e.g - if client sent "Hello World", the Arduino is showing "ello World".
is it a bug in library?
am i doing something wrong?
thanks
The text was updated successfully, but these errors were encountered:
Hi,
using listenForIncomingMessage(timeOut) enable receiving messages from client.
it seems that all message are "head trim" - first character is cut by the method.
e.g - if client sent "Hello World", the Arduino is showing "ello World".
is it a bug in library?
am i doing something wrong?
thanks
The text was updated successfully, but these errors were encountered: