Fixed several socket issues. Added backoff for reconnection.
This commit is contained in:
8
Backoff/IBackoff.cs
Normal file
8
Backoff/IBackoff.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace CommonSocketLibrary.Backoff
|
||||
{
|
||||
public interface IBackoff
|
||||
{
|
||||
TimeSpan GetNextDelay();
|
||||
void Reset();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user