Ashley Wright commited on
Commit
9cf457d
1 Parent(s): 91b4a85

Remove READY marker

Browse files
Files changed (1) hide show
  1. src/main.py +0 -2
src/main.py CHANGED
@@ -19,8 +19,6 @@ def main():
19
  connection, _ = inference_socket.accept()
20
 
21
  with connection:
22
- connection.send(b'\xFF') # Ready marker
23
-
24
  while True:
25
  size = int.from_bytes(connection.recv(2), byteorder)
26
 
 
19
  connection, _ = inference_socket.accept()
20
 
21
  with connection:
 
 
22
  while True:
23
  size = int.from_bytes(connection.recv(2), byteorder)
24