paritytech/smoldot

Kusama connection caused Panic in service.rs

tuul-wq opened this issue · 3 comments

Just after I've connected to Kusama network I faces Rust error -
Error: panicked at 'explicit panic', /__w/smoldot/smoldot/src/network/service.rs:665:29

image

Library version: smoldot^0.6.34

Note for self:

let id = self.inner.start_request(

There have been many networking changes since 0.6.34, and I'm performing more clean ups at the moment, so it's unclear if this issue still is one.

@tomaka yep, I saw new releases. Thank you for all the fixes, we really appreciate it! 🔥