TCPStreamPusher: Single class handling multiple connections

This commit is contained in:
2026-03-04 16:51:43 +01:00
parent d2c66edd45
commit 204ae82825
7 changed files with 833 additions and 846 deletions
+1 -1
View File
@@ -1511,7 +1511,7 @@ TEST_CASE("JFJochIntegrationTest_TCP_lysozyme_spot_and_index", "[JFJochReceiver]
aq_devices.Add(std::move(test));
TCPStreamPusher pusher({"tcp://127.0.0.1:9121"});
TCPStreamPusher pusher("tcp://127.0.0.1:9121", 1);
TCPImagePuller puller("tcp://127.0.0.1:9121");
StreamWriter writer(logger, puller);