Commit Graph

5 Commits

Author SHA1 Message Date
Alexey Rybalchenko
76017e2148 FairMQ: Add uuid generator to tools & let tests use it for session names. 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
449d28217d Clean shmem before running the multi-transport test. 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
bd8be1436e Tests for MQ examples 2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
3397fb4a33 Refactor the transport interface
- give transport Initialize() method with access to device config.
 - avoid using global context in the transport.
 - simplify shutdown procedure (no need for extra thread).
2018-05-02 13:51:55 +02:00
Alexey Rybalchenko
227c0b4e4e Adding multiple transports support & other fixes:
- Avoid polling when only one input channel is used.
 - Send only handles for shared memory transport.
 - Avoid waiting in the rate logger thread when nothing to log.
 - Hide warnings from generated files
 - Fix #483
2018-05-02 13:51:55 +02:00