@@ -120,8 +120,8 @@ A `WebSocket.OnOpen` event occurs when the WebSocket connection has been establi
```csharp
ws.OnOpen+=(sender,e)=>{
...
};
...
};
```
`e` has passed as the `System.EventArgs.Empty`, so you don't need to use it.
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.