chachew
chachew
I am working in VB.net and need to concurrently send data to the socket as data is collected. I am getting into a scenario where the socket is busy and...
I have successfully gotten the docker container created and running the web UI using the sample docker compose file. Now im at the point that i want to start adding...
How do i know when a client closes its socket connection? ``` public async Task AcceptWebSocketsAsync(WebSocketListener server, CancellationToken cancellation) { await Task.Yield(); while (!cancellation.IsCancellationRequested) { try { var webSocket =...
Is there an easy way to NOT allow logged in users to access the login/register pages? Once the user is logged in there should be no reason to access those...