nodetunes
nodetunes copied to clipboard
rtp.stop() called multiple times
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.