TCPStreamPusher: Single class handling multiple connections
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user