mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
FairMQ: Remove unused Attach method and unused socket flags
This commit is contained in:
committed by
Mohammad Al-Turany
parent
3785c0e369
commit
3670dd8835
@@ -28,7 +28,7 @@ class PairLeft : public FairMQDevice
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(100));
|
||||
}
|
||||
|
||||
auto Run() -> void
|
||||
auto Run() -> void override
|
||||
{
|
||||
auto msg = FairMQMessagePtr{NewMessage()};
|
||||
Send(msg, "data");
|
||||
|
Reference in New Issue
Block a user