0.3.0
Release Notes
- Added –
InMemoryStorageOptions.DisableJobSerialization
option. - Fixed –
ObjectDisposedException
on semaphore when committing a transaction. - Fixed – Gracefully handle
ObjectDisposedException
when signaling for query completion. - Fixed – Avoid killing the whole process in case of an exception in dispatcher, stop it instead.
- Project – Add a lot of new unit tests for
InMemoryMonitoringApi
class.