Open lynic opened 3 months ago
Hi, and thanks for the interest, do you have a reproducible case for aforementioned panic
?
I'm not sure if it's related to using tokio in relay server, as in example it's using async_std. Have anyone use tokio for relay server?
Could you provide any code that you may be using for your relay server? I dont have an issue with the example or my own code so just curious is all. It shouldnt matter if youre using async-std or tokio though
Summary
I'm trying to write a libp2p client and let it create to a relay server, I enabled dcutr and relay and gossibsub and kad.
Somehow it panicked, would like to request help to debug it.
Expected behavior
not panic
Actual behavior
panic
Relevant log output