Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.1
-
None
-
Patch Available
Description
The documentation for Interrupt() on server_transport states that implementations of Interrupt() should be thread safe, but the implementation in server_socket.go is not.
My tests also found a data race in simple_server.Stop().