예제 #1
0
        public async Task <bool> Stop()
        {
            try
            {
                await _client.StopOrFail(WebSocketCloseStatus.Empty, null);

                return(true);
            }
            catch
            {
                Log($"Failed to stop [{Query}][{League}]");
                return(false);
            }
        }