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 i had troubles when doing parralel sessions, afers some troubleshoooring i realised that your buf.toString(), statements didnt incllude encoding.
Since telnet is 7 bit ascii this created a few weird issues.
i added encoding ascii to all 3 empty buf.toString() statements and it seemed to solve the issues.
The text was updated successfully, but these errors were encountered:
Hi i had troubles when doing parralel sessions, afers some troubleshoooring i realised that your buf.toString(), statements didnt incllude encoding.
Since telnet is 7 bit ascii this created a few weird issues.
i added encoding ascii to all 3 empty buf.toString() statements and it seemed to solve the issues.
The text was updated successfully, but these errors were encountered: