ariburaco

Results 3 comments of ariburaco

I've the same issue, I am able to connect with websocket server, but WebSocket method doesn't work and gives the same error

I wonder also is there any way to create a dynamic 'WebSocketBehavior' as @winkmichael suggested?

I've found a way to implement my dynamic socket service in this way. Maybe it will help someone. ` wssv.AddWebSocketService($"/ServiceName", () => { return new Stream("ServiceName"); }); `