stephen / nodetunes

AirTunes v2 Server implementation
215 stars 64 forks source link

rtp.stop() called multiple times #22

Open stephen opened 9 years ago

stephen commented 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.