smol-dot / smoldot

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
GNU General Public License v3.0
184 stars 48 forks source link

panicked at /__w/smoldot/smoldot/light-base/src/runtime_service.rs:1704:82: called `Option::unwrap()` on a `None` value #1611

Open kratico opened 8 months ago

kratico commented 8 months ago

Logs can be capture from this job in substrate-connect zombienet tests

tomaka commented 8 months ago

Ah thanks.

I think that I misunderstood how WeakSenders work. I thought that as long as a Receiver was alive (and thus the channel alive) you would be guaranteed to be able to upgrade the WeakSender, but I guess that they're tied to Senders instead.