Open cyfung opened 4 years ago
As title, when RdmaServerEndpoint.accept() is called on a thread to wait for connections, another thread call RdmaEndpointGroup.close()
The expected behaviour would be accept() return with an exception
The actual behaviour now is that the accept() still holds and never returns
As title, when RdmaServerEndpoint.accept() is called on a thread to wait for connections, another thread call RdmaEndpointGroup.close()
The expected behaviour would be accept() return with an exception
The actual behaviour now is that the accept() still holds and never returns