NethermindEth / near-sffl

https://nffl.nethermind.io/
MIT License
6 stars 3 forks source link

Fix SafeSubscription Unsubscribe #182

Closed Hyodar closed 1 month ago

Hyodar commented 1 month ago

As noted by @emlautarom1, it didn't make sense to wait for anything to be written to SafeSubscription.errC on Unsubscribe(). What we actually wanted to do was closing the channel.