v1.8.7
Enhancements
- Add RPCtimeout by @Gsantomaggio in #385
It is possible to configure the RPC Timeout:var config = new StreamSystemConfig() { RpcTimeOut = TimeSpan.Seconds(5) };
Bug Fixes
- Fix
Unhandled exception (Operation is not valid due to the current state
@Gsantomaggio in #385 - Thanks to @mbaillargeon-ubi for the debug
Full Changelog: v1.8.6...v1.8.7