Skip to content

Improve integration test support in the BasicServer

James Grogan requested to merge integration_tests into main

Allow the BasicServer to run the listen loop off the main thread - then we can run a client and server side-by-side in integration tests.

Merge request reports