Skip to content
Snippets Groups Projects
Commit 75d65c41 authored by rswindell's avatar rswindell
Browse files

No binds outbound socket to server's network interface address using new

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.
parent 66dd3fe0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment