Skip to content

Yothalot-PHP 3.1.0

Latest
Compare
Choose a tag to compare
@RafalGoslawski RafalGoslawski released this 08 Nov 09:12
  • 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