iose19
iose19
for what do I need interrogate socket.ConnectionInfo.Path?
With my client I want to send, for example, username... So, how can I do?
Great! It was just what I was looking for! Thanks!! I have a second question for you... How can I set the server for accepting multi client indipendet connection? Please...
where can I find some example (multiple clients)? because with my code I have some issue... For example, when client disconnect, server keep to send data and doesn't close the...
Thank you for you support... So, I modified my class as you suggested. You can find the new code here: https://pastebin.com/aDYs6jXH Of course, your code is better than mine, but...
It is not a java problem. My Client endpoint is perfect. Talk with C# websocket! ;) But I saw a little thing.. In your opinion, could it be that client...
Hi Adrian... Sorry but, as I supposed, I think the problem is not the client. The problem is the server and I don't understand why... As you can see on...
Doesn't work... It's the same... https://gyazo.com/d8cce753299422f7651d3626f366dfe6 I need work this class, not another class like "socket chat". Server must push data, client receive and when it's disconnecting, server must close...
Excellent work! What was the issue? I don't know if you realize this, but you're the only C# dev who solved this problem... awesome!
:( unfortunately it does not work. For the example that I did, it work fine, but for my project this last modification does not work. I have the same problem....