Open tvr256 opened 1 year ago
There's something weird going on here. It looks like a WebSocket connection is connected but with a JWT token that is expired. So when we attemmpt to write a value coming from the derived data plugin to the ws connection the jwt expiration check kicks in and logs the error with stack trace, but the ws connection is not terminated.
I transferred the issue to the server repository, because this is not really an issue in the plugin.
Have you just tried to restart the server? The error should go away, when the ws should be no longer able to reconnect.
I've restarted the server multiple times, but the error appears once a minute from server startup.
According to the main SignalK dashboard I have 4 WebSocket Clients, is there any way to identify them or force them to disconnect?
Is this still relevant?
My SignalK system appears to be functioning normally, but once a minute the following error appears in the SignalK log file.
It looks like a signalk-derived-data JWT token expired on 17 January 2023. Any idea how to fix it?