Hi all, I wrote some prototype for streaming mp3 (tcp) to a BARIX device. All works well so far :-)
Now I want to get sure that only one stream is send to the device at once. So I thought about "pause" the new connection if it comes from the same ip and resume it after the "old" connection was closed. Is it possible todo something like this ? Or should i better use IoSession.setTrafficMask(..) to suspend / resume write to the device ? Any help is welcome. bye Norman
