sta
sta
@dallonf > I'm curious why you are so opposed to this change. It's because i hate user defined CHAOS custom headers. > All you have to do is click the...
Hello there, thanks for your pull request. I plan to merge this manually by inches, adding some changes. And when i merge your code, i will add a contributor info...
Not yet. Hold on please.
You should use the `WebSocketService.ID` property and your own implementation with your `WebSocketService` class and the WebSocket client. For example, override `WebSocketService.OnOpen` method, like the following: ``` cs protected override...
Hello there, Does your code mean that the `OnClose` event doesn't fire when something network failure has occurred in your environment? And, where does your `websocket-sharp` come from?
Could you show me your client side code? And that error occurs when the client receives a control frame (ping, pong, or close frame) that has a payload data which...
Thanks for input, i've read that forum post. So, does the following work after that reloading? Could you try? To replace the `startReceiving ()` method with the below, in WebSocket.cs:...
Hello there, There is another way to close, by calling the `WebSocketBehavior.Context.WebSocket.Close` method. I don't guess that it's so often to call the close in from the derived `WebSocketBehavior` class,...
For what do you change the value of User-Agent header?