When the client initiates a close, we send a close to the server and return a task completion event. The event will be signalled when a close frame is received from the server.
What if the client does not receive a close frame? Do we throw an exception after a timeout?
Read the RFC and determine what should be our behavior.
What if the client does not receive a close frame? Do we throw an exception after a timeout?
Read the RFC and determine what should be our behavior.