TestCentric / testcentric-engine

Test engine that loads and runs tests for TestCentric
MIT License
0 stars 3 forks source link

TCP agent protocol causes agent crashes without displaying the reason #128

Closed CharliePoole closed 1 year ago

CharliePoole commented 1 year ago

The command loop in the agent runs on its own thread, reading and executing commands. If an exception is thrown when trying to read the next command, the agent terminates and it's difficult to figure out why. These exceptions should at least be logged. Preferably, the error should be passed back to the runner for possible display.

CharliePoole commented 1 year ago

:tada: This issue has been resolved in version 2.0.0-beta2 :tada:

The release is available on: