mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
Rename Reconnect to ReconnectAsync
This commit is contained in:
@@ -64,7 +64,7 @@ public class ChatClient
|
||||
await _wsClient.Stop(WebSocketCloseStatus.NormalClosure, "Closing websocket");
|
||||
}
|
||||
|
||||
public async Task Reconnect()
|
||||
public async Task ReconnectAsync()
|
||||
{
|
||||
if (_wsClient == null) throw new WebSocketNotInitializedException();
|
||||
await _wsClient.Reconnect();
|
||||
|
||||
Reference in New Issue
Block a user