scs
scs copied to clipboard
SendMessageAndWaitForResponse <=> Client Disconnect
When a client disconnects whilst waiting in SendMessageAndWaitForResponse then:
- the client Disconnected event gets fired successfully
- the messenger continues to wait until the timeout is reached.
Can we bubble up the Disconnected event in SendMessageAndWaitForResponse ?
Good point. I've no time for now, but I can accept a pull request if you implement. Thanks.