SignalK / signalk-server

An implementation of a Signal K central server for boats.
http://signalk.org
Apache License 2.0
307 stars 152 forks source link

Event handling improvements: events over WebSocket, endpoint for events routing data, event dispatch error handling #1657

Closed tkurki closed 8 months ago

tkurki commented 10 months ago

feature: refactor Events handling

tkurki commented 8 months ago

The perf impact from these changes seems negligible: on my mac non-throttled n2k-from-file without any active plugins and only admin ui as client gives me 52 k deltas/s in master, 51k deltas/s with these changes.

@panaaj @sbender9 can you have a look at this and give it a go, so that there's nothing obvious broken?

panaaj commented 8 months ago

Tested OK for me.