All the above is strongly suggesting to me that the rpc.sync() call on this line is blocking for too long, probably because the mempool.sync() call on this line is blocking. This results in JSON-RPC client calls not being handled because the electrs code relies on syncing being paused before handling incoming client requests.
@conduition Good catch, thanks!
It seems that the initial mempool sync takes quite a while... I'll open a new issue.
Originally posted by @romanz in #961 (comment)
@conduition Good catch, thanks!
It seems that the initial mempool sync takes quite a while... I'll open a new issue.
Originally posted by @romanz in #961 (comment)