websocket-sharp
websocket-sharp copied to clipboard
Having issues with Web Sockets disconnecting almost every 30 mins
Hello there,
We have a Windows app written in C#, the server is pulling XML messages from the SQL Server DB, it was working perfectly fine 2 weeks ago (No disconnections), starting on August 13 we started experiencing disconnections and errors in the Ext Class, specifically the ReadBytesAsync method, the error we got is: Cannot access a disposed object. Object name: SslStream... I'm wondering if there is a Windows update that is affecting our solution, we didn't push any change/update since at least 2 months ago... weird, just would like to see if someone else is experiencing a similar issue.
Thanks for read and any help you can provide will be really appreciated.
I'm seeing the exact same issue, with my server running on Centos 7.
how this issue can be resolved?