Connection refused by the server python socket io code example
Example: connection refused socket python
port = 12397 # Reserve a port for your service
s.bind(('', port)) #Bind to the port
port = 12397 # Reserve a port for your service
s.bind(('', port)) #Bind to the port