✅ How to handle websockets?
I have this handler. I wanna save all active connections to list, is it worth it?
11 Replies
I don't know, whether it is worth it depends on whether you need it, I suppose
Any reason you're not using Signalr?
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
It will be good to use signalr but I cant. Web client doesnt want to use signalr library to communicate with backend
Client wants websockets
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Hm why? I wanna send json
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
I would like to store this connections in list. Connection can be disposed so the main question: is it safe to save idisposable connections to list?
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Is it possible to use signalr only on backend side?
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
thanks for helping me! I will check this
I hope I succeed