Skip to content
  • rswindell's avatar
    75d65c41
    No binds outbound socket to server's network interface address using new · 75d65c41
    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.
    75d65c41
    No binds outbound socket to server's network interface address using new
    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.
Loading