Skip to content

Commit

Permalink
Close with code added to interface (statianzo#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
localcc authored Apr 21, 2021
1 parent d763451 commit 45672e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fleck/Interfaces/IWebSocketConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public interface IWebSocketConnection
Task SendPing(byte[] message);
Task SendPong(byte[] message);
void Close();
void Close(int code);
IWebSocketConnectionInfo ConnectionInfo { get; }
bool IsAvailable { get; }
}
Expand Down

0 comments on commit 45672e0

Please sign in to comment.