Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Extend StreamConfiguration with Reconnection options

Compare
Choose a tag to compare
@nazarovsa nazarovsa released this 22 Mar 10:12
· 26 commits to master since this release

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