Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The added test_reproduce_handle_invite_send_race shows a race
condition: - Client A invites - The invite triggers _handle_invite in Client B's transport - Client A starts sending messages to Client B - Messages are lost, as the invite was not processed yet The race condition will be fixed in another PR. Appeared during raiden-network#3124, related raiden-network#2779, raiden-network#3123.
- Loading branch information