asheroto
asheroto
Hey, I also wanted to say THANK YOU. I use this a lot. Would love to contribute if needed. Let me know. Thanks!
Thought I would add.... if you're adding statements to the `OnWsReceived` function (or surrounding statements) you can simply type `SendTextAsync("yourMessageHere")` and it will send a reply to the client whose...
Hello, @Mohamed-Abubucker I used your code to try to send a message to a session, but for some reason the client is not receiving the message.   I tried...
For some reason I only have these methods... 
Perfect! Thank you very much. Final working code to send a message to a specific session: ```csharp // Send to specific session ChatSession session = (ChatSession)server.FindSession(new Guid(sessionID)); Console.WriteLine($"sending to session...
@derekantrican this is an offbeat solution, but I'ved used [frp](https://github.com/fatedier/frp) a lot for reverse proxies. Yes, it's written in go, but it's very configurable if you just use the binaries...
The demo just whitelists the user's IP address when the request access button is clicked, right? Any reason you don't implement a CAPTCHA, or two, to avoid abuse? Maybe as...
Just tried the pressed.cfg file and still got an error 
That was with the net install. With the full install ISO... 