WebSocketListener icon indicating copy to clipboard operation
WebSocketListener copied to clipboard

A lightweight and scalable asynchronous WebSocket listener

Results 28 WebSocketListener issues
Sort by recently updated
recently updated
newest added

on open client socket( from javascript) connection procedure what is the procedure name in socket server project, so I would like to add a log on each client connected to...

question

The examples use Console application with the following code to start the server: server.Start(); **Console.ReadKey(true);** But once I wrap it in a Windows service Console.ReadKey is not available. Any advice...

question

Error in mono v5.10 when start this solution: https://github.com/vtortola/WebSocketListener/tree/master/samples/WebSocketEventListener Screenshot: http://joxi.ru/brR6wO3uQWVB5r

When we connect to multiple clients and send data(json string) to them over websocket using WriteAsync. Will there be any loss of messages? How best we can confirm the delivery...

question

from web socket server, sending binary stream is it possible to target to specific javascript element (id) ? or: how I can combine the binary message, with some 'header' text...

question

Hi, is it possible to make a Method to send a Broadcast Message to all connected Clients? Greetings mok

question

I'm trying to find a .NET client/server that does. http://autobahn.ws/testsuite/

question

Hi, Thanks for this library. For our use-case we have hundreds of thousands of devices connecting to our service. The amount of messages per device is very low: a few...

question