removeSocket property

set removeSocket (SrtSocket socket)

Implementation

static set removeSocket(SrtSocket socket) {
  _sokets.remove(socket);
}