ForgeNetworkingRemastered
ForgeNetworkingRemastered copied to clipboard
NetWorker recive a large package in TCP mode error bug!~
hi author,In NetWorker.cs , if Server send to client a very big userdata,package size more than client recive buff size, the package will split two small package,and OnMessageReceived function will post error,because second package don't have correct header length,so please fix it。
very thanks !!!
Can you work on UDP for now so that you don't have any blockers. UDP and TCP are easy to switch between so you can easily go back to TCP once this is fixed.
Only so , thank very much!~