connects to the socket
if its connected the current connection will be destroyed
continues with queued items handles priorized items one after one
push all pending sequences back to queued after a successfull reconnect all queued packets get resent
sends a request, either writes it to the socket or pushes it to queue if its currently not writeable
Generated using TypeDoc
This symbol shall be used to install a listener for only monitoring
'error'
events. Listeners installed using this symbol are called before the regular'error'
listeners are called.Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no regular'error'
listener is installed.