CometD.NetCore.Salesforce icon indicating copy to clipboard operation
CometD.NetCore.Salesforce copied to clipboard

CometD Salesforce Implementation.

Results 11 CometD.NetCore.Salesforce issues
Sort by recently updated
recently updated
newest added

We are having an issue with setting the replayId at the time a channel subscription is re-subscribed. Here is what we do to enable setting the replayid on subscribing the...

help wanted

The following issue occurs when a session is closed after 3 hours of inactivity. We are subscribing with the last replay id but the app receives older (already received) events....

help wanted

Currently, we are using this library to listen to push topics whenever there is a change in salesforce. We are using this library as follows. Code for registering an event...

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: Initial call sequence...

I am receiving below error when trying to call BayeuxClient.Disconnect(). It was working earlier for me but now it has stopped working and I am not able to disconnect. Please...

help wanted

Hello :) After a few months of use in a webservice (WebJob) in Azure, I experienced that one of the instances of ResilientStreamingClient stopped (I use 4 clients for 4...

I'm trying to understand if this was intentional or not. I believe this override [ ErrorExtension_ConnectionError] was intended to be in a different file and not https://github.com/kdcllc/CometD.NetCore.Salesforce/blob/master/src/TestApp/README.md

I am getting the following Error warn: CometD.NetCore.Salesforce.Resilience.ResilientForceClient[0] CountQueryAsync wait 2.005 to execute with exception: One or more errors occurred. (expired access/refresh token) for named policy: ResilientForceClientWaitAndRetryAsync warn: CometD.NetCore.Salesforce.Resilience.ResilientForceClient[0] CountQueryAsync...

I'm trying to use the code in this repo to follow this tutorial: https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/code_sample_java_create_pushtopic.htm But I am at a loss on how to exactly use the library. I have the...

Hi guys, I'm currently working on a process that will subscribe to a platform event. I would like to use the EventUuid available from version 52.0 https://developer.salesforce.com/docs/atlas.en-us.232.0.platform_events.meta/platform_events/platform_events_event_uuid.htm that change should...