Re: Websocket suite
Posted: Wed Apr 25, 2012 4:27 pm
Thankz.
I will try it.
I am talking mainly about the necessary HTML code ...
Siutsch.
I will try it.
I am talking mainly about the necessary HTML code ...
Siutsch.
Code: Select all
else:
eg.PrintError('Websocket: prot is None! This is bad!')
del self.clientsServers[r]
self.inputs.remove(r)
r.close()
Code: Select all
#Add client to list:
self.servers[ix][2].append(connection)
self.connected.append(r)
Code: Select all
#Add client to list:
self.servers[ix][2].append(r)
self.connected.append(r)