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 left out one piece of code.
var bytesRead = _ns.EndRead(result);
if (bytesRead == 0)
{
Thread.Sleep(10); //i add this code, modus vivendi
_buffer = new byte[2048];
_ns.BeginRead(_buffer, 0, 2048, OnPacket, null);
return;
}
Screenshot was taken while Proxy Emulator was idle.

The text was updated successfully, but these errors were encountered: