Betim Shala

Results 4 comments of Betim Shala

> @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...

> @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...

> My implementation of cometD.NetCore.Salesforce stops receiving any messaged from Salesforce channel I have subscribed to. My observations from network are as follows: > > This is the communication Pattern:...

I am using jest and on `jest.config.js` file before calling `setTZ()` function make sure to "re-use" cleanup code this way ```js const { execSync } = require('child_process'); const os =...