You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Request to be able to test WebSockets using the TestServer.
WebSocket testing could start by calling a new method TestServer.CreateWebSocketClient(). This method returns a WebSocketClient. This is similar to the normal http request testing: TestServer.CreateClient method which returns an HttpClient.
The text was updated successfully, but these errors were encountered:
@davidfowl I guess you mean the tool doesn't allow it.
I want to check whether it is worth spending my time, that is: you guys won't work on it in the short term and it is 'up for grabs'.
Request to be able to test WebSockets using the TestServer.
WebSocket testing could start by calling a new method TestServer.CreateWebSocketClient(). This method returns a WebSocketClient. This is similar to the normal http request testing: TestServer.CreateClient method which returns an HttpClient.
The text was updated successfully, but these errors were encountered: