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
Previously, the app was not notified when the client disconnection.
This caused issues especially in cases of websocket connections and
SSE Events where the app continued to send data to the router, which
could not deliver it to the client due to the disconnection.
Changes made:
Added functionality to send a port message to notify the app of
client disconnection in form of port message(_NXT_PORT_MSG_CLIENT_ERROR).
On the App side, handled this message and called the registered close_hanlder
callback if registered.
0 commit comments