Increased event frequency of the fake server.
This commit is contained in:
parent
b03cd692df
commit
dcafa68a90
@ -56,7 +56,7 @@ def neuron_server(server_socket):
|
||||
timestamp = round(time.time() * 1000) - start_time
|
||||
payload.extend(struct.pack("<QB", timestamp, channel))
|
||||
client_connection.sendall(payload)
|
||||
time.sleep(0.1)
|
||||
time.sleep(0.001)
|
||||
finally:
|
||||
client_connection.close()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user