-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
Describe the bug
https://wampsharp.net/wamp2/router/transports/websocket/#wampsharp-httplistener
Shows how to setup the http transport on the Server, but it doesn't show the corresponding client code. If other client examples are used, get an invalid transport exception.
To Reproduce
Use any client example and change the transport to the HttpListener shown in the above docs.
Expected behavior
Show example of how to configure a client to connect to an http transport.
.NET platform variant
.NET Core 2.2 on Windows 10 1803