deepstreamNet icon indicating copy to clipboard operation
deepstreamNet copied to clipboard

Error on Send Event

Open kmr299 opened this issue 8 years ago • 1 comments

First of all thank you for having made your deepstream library public.

I had a small problem with the lib regarding sending events, it happens that when the deepstream connection is lost the "Publish" method does not pop an exception and I have not found a way to verify if the connection to WebSocket is active.

To resolve I downloaded your project and made a modification to solve my problem at the moment. Basically I left the connection enumerators exposed so that I can verify that the connection is open and active.

The javascript or deepstream library automatically reconnects whenever the connection is lost.

Sorry for my bad English, because it's difficult to translate things from Portuguese to English with google translator.

kmr299 avatar Jul 03 '17 19:07 kmr299

Hi @kmr299 this is a known limitation of the dotnet client. At the moment I'm not really sure how to solve it in an easy and useful way. You are welcome to make a PR for this issue.

schulz3000 avatar Jul 17 '17 18:07 schulz3000