holepunchto / hyperswarm

A distributed networking stack for connecting peers.
https://docs.holepunch.to
MIT License
1.03k stars 84 forks source link

Getting undefined keys of a socket from dht connection #157

Closed zacharygriffee closed 8 months ago

zacharygriffee commented 8 months ago

Hello!

During the _handleServerConnection (https://github.com/holepunchto/hyperswarm/blob/caf59d7b40981f975eb0b260d565acd08e5d2b15/index.js#L275C86-L275C86), when a socket reconnects, the conn.publicKey is undefined causing a fail

Other things to note, I am running other DHT operations on the same node as the swarm is operating on, not sure if that could cause problems. I am also running operations through the DHT WebSocket Relay. Everything is fine up until a socket tries to reconnect.

edit: sorry for all the edits, long night.

image

mafintosh commented 8 months ago

From the stack above you are not using plain hyperswarm (ie there is a websocket involved in your stack)

The remotePublicKey is never null nor undefined in vanilla. I suggest you open the issue on the “custom” provider you are using

mafintosh commented 8 months ago

Ie the websocket relay after rereading your message. Just ping me there is thats a holepunch project also