This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
Extend StreamConfiguration with Reconnection options
Add
StreamConfiguration properties:
- ReconnectEnabled - Enable reconnect, bool, default - true
- ReconnectTimeout - Time to reconnect from last message, TimeSpan, default - 30 seconds
- ErrorReconnectTimeout - Reconnect timeout on error, TimeSpan, default - 60 seconds
Update
StreamConfiguration properties:
- ResubscribeOnReconnect - Now true by default
NuGet
Release as NuGet package