You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Есть клиент 0.25 и сервер. Транспорт LongPooling. И вот время от времени клиент после PUT запроса на отправку сообщения отправляет еще один PUT, пустой. После этого все сервак валится с таким трейсом
Beseda started on 10.1.121.11:4000
/opt/katushkin-chat/node_modules/beseda/server/lib/message_router.js:17
if (message.channel === undefined ||
^
TypeError: Cannot read property 'channel' of null
at [object Object].dispatch (/opt/katushkin-chat/node_modules/beseda/server/lib/message_router.js:17:16)
at [object Object].emit (events.js:67:17)
at [object Object]._onMessage (/opt/katushkin-chat/node_modules/beseda/server/lib/io.js:69:14)
at [object Object].emit (events.js:67:17)
at [object Object].handleData (/opt/katushkin-chat/node_modules/beseda/server/lib/transports/connections/connection.js:27:20)
at IncomingMessage.<anonymous> (/opt/katushkin-chat/node_modules/beseda/server/lib/transports/connections/long_polling.js:51:8)
at IncomingMessage.g (events.js:143:14)
at IncomingMessage.emit (events.js:61:17)
at HTTPParser.onMessageComplete (http.js:133:23)
at Socket.ondata (http.js:1029:22)
The text was updated successfully, but these errors were encountered:
Есть клиент 0.25 и сервер. Транспорт LongPooling. И вот время от времени клиент после PUT запроса на отправку сообщения отправляет еще один PUT, пустой. После этого все сервак валится с таким трейсом
The text was updated successfully, but these errors were encountered: