maxsharabayko / srt-xtransmit

SRT transmission application used for testing
40 stars 17 forks source link

Fixed reconnection on a group listener #93

Closed maxsharabayko closed 5 months ago

maxsharabayko commented 5 months ago

When awaiting a new connection the repeated call s->listen() throws an error because listener callbacks have been set already and the group is already listening.