Closed talex5 closed 3 years ago
Add shutdown and connected methods to the transport API. Call shutdown to start a clean shutdown of the connection. Use connected to detect that a connection is shutting down (to avoid logging pointless errors).
shutdown
connected
Add close and socket methods to unix_transport.
close
socket
unix_transport
Add
shutdown
andconnected
methods to the transport API. Callshutdown
to start a clean shutdown of the connection. Useconnected
to detect that a connection is shutting down (to avoid logging pointless errors).Add
close
andsocket
methods tounix_transport
.