ianharrigan / hxWebSockets

hxWebSockets - websockets for all haxe platforms
https://github.com/ianharrigan/hxWebSockets
81 stars 18 forks source link

some times throw this buffer error. #15

Open sonygod opened 4 years ago

sonygod commented 4 years ago

client: js target

server:hl target

Called from hx.ws.Buffer.peekByte(hx/ws/Buffer.hx:126)
Called from hx.ws.Buffer.readUntil(hx/ws/Buffer.hx:70)
Called from hx.ws.Buffer.readLine(hx/ws/Buffer.hx:48)
Called from hx.ws.WebSocketCommon.recvHttpRequest(hx/ws/WebSocketCommon.hx:337)
Called from hx.ws.WebSocketHandler.handleData(hx/ws/WebSocketHandler.hx:15)
Called from hx.ws.WebSocketCommon.process(hx/ws/WebSocketCommon.hx:285)
Called from hx.ws.Handler.handle(hx/ws/Handler.hx:9)
ianharrigan commented 4 years ago

Do you have the full stack trace? Is it an NPE?

Tezar commented 3 years ago

@sonygod any progress on this, or can it be closed as "cant reproduce"?