Conversation
|
The fix looks good 👍 However I'm unable to get the new test case to fail with the original code. The
This fix isn't right -- it works for the test case, but if no new connections are made then the |
|
It seems the CI tests are failing for an unrelated reason that we already ran into before, due to running multiple parallel electrs instances within the same process. Something is getting mixed up with the RPC thread pool, one electrs instance ends up using sockets created for the other and gets unexpected responses that result in a panic. The easy solution is to |
No description provided.