CityScope / CityMatrix_Sim_AI

Agent-Based Model of the CityMatrix
11 stars 3 forks source link

unity_server send to 7001 works once and then error #16

Closed popabczhang closed 7 years ago

popabczhang commented 7 years ago

@kalyons11 Error: " 06/19/2017 01:23:12 AM [MainThread] [INFO] Same city received. Still sent some metadata to GH. Waiting to receive new city... 06/19/2017 01:23:12 AM [MainThread] [ERROR] Error receiving data from socket. Traceback (most recent call last): File "../global\city_udp.py", line 79, in receive_city try: data, addr = self.recvfrom(self.buffer_size) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host "

popabczhang commented 7 years ago

sorry, found out it's false alert. The udp connection send to unity via port 7001 is now working after restart windows.