Increased event frequency of the fake server.

This commit is contained in:
Achim D. Brucker 2025-06-18 15:49:45 +02:00
parent b03cd692df
commit dcafa68a90

View File

@ -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()