YuriiMocherniuk
YuriiMocherniuk
I've also experienced the same kind of issue. After a while the same message gets picked up over and over again.
@ancientyouthman, BTW, in which field of IMessage input parameter do you look for "403::Unknown client" error? As far as I can see there is only Successful boolean property available. 
After a short while I've found out the answer. The error is a part of JSON: if (!message.Successful && message.Json.Contains("403::Unknown client"))
@tschroedertn, thanks. Yes, we're using a similar approach with complete reconnection + subscription that is done from "meta/connect" channel listener. So far it works fine and resolved our remaining issues...
@BetimShala, unfortunately, we're dealing with proprietary code that cannot be disclosed, but overall it looks like using GetChannel method for Bauex client with argument of "/meta/connect" and then calling AddListener...
> > @BetimShala, unfortunately, we're dealing with proprietary code that cannot be disclosed, but overall it looks like using GetChannel method for Bauex client with argument of "/meta/connect" and then...