Hello Everyone,
We are using Global Events addon for sending an event from Core to Web module.
We have experienced a scenario where the web socket for global events is closed and unable to receive an event in Web module.
Below are some logs:
2021-02-08 15:30:55.371 INFO [default task-3392/app-core/admin] com.haulmont.addon.globalevents.core.WebSocketServer - Closed session WebSocketServerSockJsSession[id=e32b4a82248e40649f221e6e686f4ec6] with status CloseStatus[code=1011, reason=]
2021-02-08 15:30:55,387 INFO [com.haulmont.addon.globalevents.transport.AbstractWebSocketClient] (default I/O-2) Closed WebSocketClientSockJsSession[id='e32b4a82248e40649f221e6e686f4ec6, url=http://localhost:8080/app-core/cubaglevt-ws/handler]
We would like to understand why the socket related to global events is closed.
Below are the version details of platform and add-on.
Platfrom: 7.0.12
Global Event: 0.4.2
Please help us in resolving the issue. TIA