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
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
Currently, it uses ToNetAddr. However, apparently, ToNetAddr will only return TCP/UDP addresses for actual TCP/UDP multiaddrs, not multiaddrs that simply start with TCP/UDP. That is:
/ip4/.../tcp/... will work.
/ip4/.../tcp/.../ws won't.
Ideally, we'd fix #67 then just fix ToIP by using that new function.