Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpcclient: fix race in TestWSClientNonBlockingEvents
The race is probably caused by the fact that accessing receivers list of WSClient under rlock requires some time. Technically, it may be helpful to increase timeouts for the receivers checking operation, but we can add one more condition to ensure that at least maximum number of messages was received by the buffered receiver. This test can't be reproduced on my machine, thus I'd suggest to keep an eye on it in GH workflows for some time. Close #3005. Signed-off-by: Anna Shaleva <[email protected]>
- Loading branch information