wouterverweirder/AIR-Server

websocket error

ciaoamigo opened this issue · 1 comments

I am using the server configured as a Websocket, when a user reloads the web page or disconnects the server goes wrong.
How can I solve it?

at JSON$/parseCore()
at JSON$/parse()
at be.aboutme.airserver.messages.serialization::JSONSerializer/deserialize()[/Users/wouter/Documents/experiments/AIR-Server/library/AIRServer/src/be/aboutme/airserver/messages/serialization/JSONSerializer.as:47]
at be.aboutme.airserver.endpoints.socket.handlers.websocket::WebSocketClientHandler/queueMessagesFromSocketBytes()[/Users/wouter/Documents/experiments/AIR-Server/library/AIRServer/src/be/aboutme/airserver/endpoints/socket/handlers/websocket/WebSocketClientHandler.as:261]
at be.aboutme.airserver.endpoints.socket.handlers.websocket::WebSocketClientHandler/socketDataHandler()[/Users/wouter/Documents/experiments/AIR-Server/library/AIRServer/src/be/aboutme/airserver/endpoints/socket/handlers/websocket/WebSocketClientHandler.as:138]

I'm also having the same problem. Can you help me?