DIT112-V20 / group-04

MIT License
2 stars 5 forks source link

Long delay between sending requests and getting a response/result #45

Closed Enilo closed 4 years ago

Enilo commented 4 years ago

Description:

Expected behaviour:

krasen86 commented 4 years ago

The manual control was updated so that it sends fewer requests to the server. While working on the bug it was discovered that the main performance issue was caused by the sensor not by the request sending. The car can not handle the sensor readings and client requests. To increase the performance the logic was changed so there are fewer requests send. A new bug #63 was opened to resolve the sensor issue since this one was directed at the request sending/ receiving,