-
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 a…
-
When the server asks for a re-handshake, the client should clear its state, including the subscribed channels.
We added a listener for the handshake event, and in `OnMessage`, we are calling `GetCh…
-
Hi All,
I don't know if I'm using in the right way this lib, but seems that something is missed.
Here the code of my simple Python client:
`import salesforce_streaming_client as sfclient
import …
-
## Flaky Test
* **Test Name:** github.com/elastic/beats/v7/x-pack/filebeat/input/cel
* **Link:** Link to file/line number in github.
* **Branch:** main
* **Artifact Link:** [If available, attach…
-
**Is your feature request related to a problem? Please describe.**
N/A
**Describe the solution you'd like**
In addition to the datastream of the securities (wss://tasty.dxfeed.com/live/cometd), t…
-
This tracks jetty issue http://jira.codehaus.org/browse/JETTY-1162.
In jetty-6, message notification to message listeners inside the deliver(Client from, Message message) always happens inside the sy…
-
Hi,
Is it possible to use the Streaming API to subscribe to platform events, but from a certain replay id as outlined https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_stre…
-
I've tried using the following simple ruby code on jruby-9.2.0.0 to authenticate with salesforce via Restforce(3.0.1) gem then try to subscribe to a push topic and it doesn't work and I get an error. …
-
The flood.py script wouldn't work for me so I looked through the log file and this is what was logged:
> Time:
> 2017-07-06 15:05:40.316115 Error no: 1001 403
>403 Forbidden
>
>403 For…
-
From what I can infer by looking at the source code, unconnected operation is not supported as described by the Bayeux protocol spec.
A test shows that this is indeed true:
REQUEST:
POST /cometd HTT…