Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch
ChannelInvalidStateError
in process state change (#278)
In `Process.on_entered`, the `Communicator.broadcast_send` method is called to broadcast the state change to subscribers over RabbitMQ. This can throw a `ChannelInvalidStateError` in addition to the `ConnectionClose` exception that was already being caught, in case there is a problem with the connection. Cherry-pick: db2af9a
- Loading branch information