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
msgpack.js: line 73, it should be if (msg == null), instead of if (!msg) - if msg as unpacked correctly as 0, would silent the 'msg' emission. Please fix.
ps: is this project dead already? if there is no maintainer anymore, please consider transferring the repo ownership, so the community can hopefully keep it alive. Thanks!
The text was updated successfully, but these errors were encountered:
msgpack.js: line 73, it should be
if (msg == null)
, instead ofif (!msg)
- ifmsg
as unpacked correctly as0
, would silent the 'msg' emission. Please fix.ps: is this project dead already? if there is no maintainer anymore, please consider transferring the repo ownership, so the community can hopefully keep it alive. Thanks!
The text was updated successfully, but these errors were encountered: