paritytech/substrate-connect

Chainhead follow subscription limit exceeded

ryanleecode opened this issue · 1 comments

Due to a lot of duplicate request logic we are sometimes exceeding the chainhead follow limit per chain which is currently set to 2.

This duplicate request logic is as intended since each addChain call returns an Chain object that itself has a 2 subscription limit, rather than being 2 for the entire smoldot client. Which means the current method of calling addChain is correct...

Closing this issue until this bug reoccurs