You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed compatibility with yothalot library, splitsize can now longer be set (it now always is 10mb)
Refactored tempqueue to make it possible to add other feedback channels in the future (which we need for tcp based feedback)
The pool now works with the more abstract concept of handlers instead of rabbitmq connections, to allow the future additional of alternative feedback channels
Added first setup for the listener class, that allows feedback to be sent over tcp/ip instead of rabbitmq
When the tcp parameter is provided, it is now possible to wait for an answer via tcp on a random port
Removed recompress feature from the output::flush() method because it is also removed from the underlying c++ library