Open stephen opened 9 years ago
The stop command is called both when TEARDOWN is handled and when the disconnect handler happens. Used to cause .close() problems with the UDP listeners, but it was worked around with a lurky try/cache.
TEARDOWN
.close()
The stop command is called both when
TEARDOWN
is handled and when the disconnect handler happens. Used to cause.close()
problems with the UDP listeners, but it was worked around with a lurky try/cache.