ForgeNetworkingRemastered icon indicating copy to clipboard operation
ForgeNetworkingRemastered copied to clipboard

NetWorker recive a large package in TCP mode error bug!~

Open jarjin opened this issue 8 years ago • 2 comments

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 !!!

jarjin avatar Aug 14 '17 02:08 jarjin

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.

BrentFarris avatar Aug 14 '17 21:08 BrentFarris

Only so , thank very much!~

jarjin avatar Aug 15 '17 01:08 jarjin