Qactive icon indicating copy to clipboard operation
Qactive copied to clipboard

Review Socket Shutdown

Open RxDave opened this issue 8 years ago • 1 comments

Ensure that sockets are terminated by the client rather than the server, wherever possible. Also ensure that observable termination yields deterministic results upon graceful shutdown; e.g., the client termination notification on the server should indicate that the observable terminated, not that the client terminated or that either side was forcibly closed by the remote connection.

RxDave avatar Jun 10 '16 03:06 RxDave

A previous release has vastly improved socket shutdown so that it's graceful and yields the appropriate reason(s). Leaving this item open for now just as a reminder to do a deeper review at some point.

RxDave avatar Jul 20 '16 03:07 RxDave