Fabio Gallonetto

Results 1 issues of Fabio Gallonetto

I can't find the way to bind to a specific interface/IP using the UDP socket. I tried with something similar to: ``` try socket.listen(on: self.port, maxBacklogSize: Socket.SOCKET_DEFAULT_MAX_BACKLOG, allowPortReuse: false, node:...