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
when OnDisconnect has an error, then the server never removes the client, causing even more errors and problems.
also setting MaxPayloadSize to something bigger than initial just doesn't work.
i have fixed those in my latest commit in my fork, so just copy that over or something. fixes
i also removed the copying of the whole array in tcp sending and restructured the recieve code for udp and tcp to be a bit better.
Edit: i just made a new commit since sending and recieving buffer can simply be the same thing.
The text was updated successfully, but these errors were encountered:
when OnDisconnect has an error, then the server never removes the client, causing even more errors and problems.
also setting
MaxPayloadSize
to something bigger than initial just doesn't work.i have fixed those in my latest commit in my fork, so just copy that over or something.
fixes
i also removed the copying of the whole array in tcp sending and restructured the recieve code for udp and tcp to be a bit better.
Edit: i just made a new commit since sending and recieving buffer can simply be the same thing.
The text was updated successfully, but these errors were encountered: