Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✅ Add a Mutex to FakeServer (for tests only)
While trying to track down the cause of #287 for @hsbt, I noticed that this is likely a race condition. While this can't be the cause of that issue (the failures come from tests that don't even use FakeServer), it seems like a good idea to fix anyway, and safe.
- Loading branch information