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
dgram.js:439
throw new Error('Not running'); // error message from dgram_legacy.js
^
Error: Not running
at Socket._healthCheck (dgram.js:439:11)
at Socket.send (dgram.js:282:8)
at PacketSender.send (/Users/tenaciousmv/Code/node-rudp/lib/PacketSender.js:13:16)
at null.<anonymous> (/Users/tenaciousmv/Code/node-rudp/lib/PendingPacket.js:23:24)
at wrapper [as _onTimeout] (timers.js:287:14)
at Timer.listOnTimeout (timers.js:133:15)
The text was updated successfully, but these errors were encountered:
thanks for the great lib!
here's the breaking test:
and here's the error stack trace:
The text was updated successfully, but these errors were encountered: