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
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.
- Loading branch information