Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix data race error in 'networking_test' package
Implement 'io.Stringer' for 'Session' struct. Data race happens because 'clientHandler' mock in 'TestSessionTimeoutOnHandshake' test reads 'Session' structure at the same time as 'clientSession.Close' call.
- Loading branch information