python-websocket-server icon indicating copy to clipboard operation
python-websocket-server copied to clipboard

Reset Client List.

Open 32-3 opened this issue 3 years ago • 0 comments

How can i reset the Client list when set_fn_client_left()

Like...


def ResetClients(client,server):
	client = {}
	#or
	client.clear()
server.set_fn_client_left(ResetClients)

32-3 avatar Nov 16 '22 01:11 32-3