mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -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");
|
await _wsClient.Stop(WebSocketCloseStatus.NormalClosure, "Closing websocket");
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task Reconnect()
|
public async Task ReconnectAsync()
|
||||||
{
|
{
|
||||||
if (_wsClient == null) throw new WebSocketNotInitializedException();
|
if (_wsClient == null) throw new WebSocketNotInitializedException();
|
||||||
await _wsClient.Reconnect();
|
await _wsClient.Reconnect();
|
||||||
|
|||||||
Reference in New Issue
Block a user