WAReborn / WorldsAdriftReborn

63 stars 15 forks source link

NetCoreServer sometimes does not get full requests. #23

Closed cabarger closed 1 year ago

cabarger commented 1 year ago

NetCoreServer is actually fine. After looking at it's source code OnReceivedRequest is only called once a complete request has been constructed inside HttpRequest's _cache. While OnReceived is always called regardless of a full request.