v0.1.0-beta.4
Pre-release
Pre-release
New in this release:
- Added a disconnecting pattern that allows for you to carry out some clean up logic before the underlying RabbitMQ client disconnects
- AmqpClient now reuses its connection and IAmqpBrokerConnection now defines many connection properties as get/set now not just get so that the connection can more easily be reused
- Added AmqpConsole prefab
- Added in an AmqpObjectListController.cs script and matching demo scene and supporting scripts that can control multiple objects in the scene from a single subscription and message handler
- Put in bug fix so that AmqpConsole.WriteLine fails gracefully if the AmqpConsole was not placed into the scene and
AmqpClient.WriteToConsoelis enabled - Misc. bug fixes