fixed processing first message

pull/1856/head
antelle 2 years ago
parent 3722477eea
commit ac6e5a3ae8
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -261,6 +261,8 @@ async function processFirstMessageFromSocket(socket, message) {
logger.debug(`Init connection ${state.socketId}`, message);
state.processingData = true;
if (!message.origin) {
logger.error('Empty origin');
socket.destroy();

Loading…
Cancel
Save