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
Browse filesBrowse the repository at this point in the historyBrowse files
dirkwa
committed
fix(streams): audit round on the wasm connection elements
- WasmN2kBytes tracks its reconnect timer and clears it in end(); a
pending retry previously kept the event loop alive after shutdown.
J1939Can already did this, so the two now behave the same.
- The socket data handler and the CAN frame listener guard their
decode paths. Both run inside event handlers, where an uncaught
throw takes the process down — malformed framing from a gateway now
degrades to a logged error and a canboatjs:error emit.
- .gitignore keeps its trailing newline.
0 commit comments