@@ -182,8 +182,8 @@ A `WebSocket.OnError` event occurs when the `WebSocket` gets an error.
```csharp
ws.OnError+=(sender,e)=>{
...
};
...
};
```
`e` has passed as a `WebSocketSharp.ErrorEventArgs`.
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.