Closed maxsharabayko closed 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.
s->listen()
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.