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
Adding support for LoopConsumerInterface in the Application with cave…
…at that it does not support ack, nack, or deadletter.
Updating documentation to add LoopConsumerInterface.
- Removing PubSub namespace.
- Removing Dispatcher::listen() method.
- Adding DispatchException class to be thrown if Message cannot be dispatched.
- Queue::listen() now calls \pcntl_signal_dispatch() after passing message (if any) to callback.
- Adding Queue::shutdown() message that will exit infinite loop in listen().
- Setting some default values in Beanstalk instead of falling back to null.
- Removing release script and everything associated with. Releases now handled through Github.