[DiscordExtension] [Exception]: WebSocketEventHandler.SocketMessage Please give error message below to Discord Extension Authors. An error occured for: Unknown.
Body{"t":null,"s":null,"op":1,"d":null} [Thread Pool Worker|91] (The remote party closed the WebSocket connection without completing the close handshake.)
at async Task System.Net.WebSockets.ManagedWebSocket.SendFrameFallbackAsync(MessageOpcode opcode, bool endOfMessage, ReadOnlyMemory<byte> payloadBuffer, CancellationToken cancellationToken)
at async ValueTask<bool> Oxide.Ext.Discord.WebSockets.WebSocketHandler.SendInternalAsync(DiscordWebsocketClient client, MemoryStream stream)
at async ValueTask Oxide.Ext.Discord.WebSockets.DiscordWebSocket.SendImmediatelyAsync(GatewayCommandCode opCode, object data)
at async ValueTask Oxide.Ext.Discord.WebSockets.WebSocketEventHandler.SocketMessage(Snowflake webSocketId, DiscordJsonReader reader)
Inner exception:
System.IO.IOException: Unable to read data from the transport connection: The socket has been shut down. ---> System.Net.Sockets.SocketException: The socket has been shut down
--- End of inner exception stack trace ---
at void System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs.ThrowException(SocketError error)
at void System.Threading.Tasks.ValueTask+ValueTaskSourceAsTask.s_completionAction(object state)
at async Task Mono.Net.Security.MobileAuthenticatedStream.InnerWrite(bool sync, CancellationToken cancellationToken)
at async Task Mono.Net.Security.AsyncProtocolRequest.ProcessOperation(CancellationToken cancellationToken)
at async Task<AsyncProtocolResult> Mono.Net.Security.AsyncProtocolRequest.StartOperation(CancellationToken cancellationToken)
at async Task<int> Mono.Net.Security.MobileAuthenticatedStream.StartOperation(OperationType type, AsyncProtocolRequest asyncRequest, CancellationToken cancellationToken)
at async Task System.Net.WebSockets.ManagedWebSocket.S