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
Basically we now have two versions of peer-id: The async/await based and the callback based
The problem is that instances created with the newer version get passed to a libp2p swarm (specifically secio) that expects the async apis to be using callbacks, not promises.
So it dies whenever it tries to do a secio handshake, gets stuck at 3 - writing exchange
The text was updated successfully, but these errors were encountered:
Basically we now have two versions of peer-id: The async/await based and the callback based
The problem is that instances created with the newer version get passed to a libp2p swarm (specifically secio) that expects the async apis to be using callbacks, not promises.
So it dies whenever it tries to do a secio handshake, gets stuck at
3 - writing exchange
The text was updated successfully, but these errors were encountered: