-
rswindell authored
Socket.bind() argument and server.interface_ip_address property. Removed call to socket.close() to work-around fatal error: "TypeError: this.socket has no properties". Since the socket object is deleted anyway, the socket should close automatically when it is finalized. There may be a better solution to this error.
rswindell authoredSocket.bind() argument and server.interface_ip_address property. Removed call to socket.close() to work-around fatal error: "TypeError: this.socket has no properties". Since the socket object is deleted anyway, the socket should close automatically when it is finalized. There may be a better solution to this error.
Loading