Fixed several socket issues. Added backoff for reconnection.
This commit is contained in:
@ -2,9 +2,8 @@ using CommonSocketLibrary.Abstract;
|
||||
|
||||
namespace CommonSocketLibrary.Common
|
||||
{
|
||||
public interface IWebSocketHandler
|
||||
public interface IWebSocketHandler : ICodedOperation
|
||||
{
|
||||
int OperationCode { get; }
|
||||
Task Execute<Data>(SocketClient<WebSocketMessage> sender, Data data);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user