pip_services3_messaging 1.1.0 pip_services3_messaging: ^1.1.0 copied to clipboard
This framework is part of the [Pip.Services](https://github.com/pip-services/pip-services) project. It contains asynchronous communication components.
Asynchronous Messaging for Dart Changelog #
1.0.0 #
- Initial version, created by Sergey Seroukhov and Dmitry Levichev
1.0.1 #
- Fix work with time, convert all to UTC.
1.1.0 #
- Migrate to null-safety
- Added CachedMessageQueue, CallbackMessageReceiver, IMessageQueueFactory, MemoryMessageQueueFactory classes
- Added connect and test modules