@@ -198,8 +198,8 @@ A `WebSocket.OnClose` event occurs when the WebSocket connection has been closed
```csharp
ws.OnClose+=(sender,e)=>{
...
};
...
};
```
`e` has passed as a `WebSocketSharp.CloseEventArgs`.
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.