function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cirrocirro 

Issue with Streaming API from Objective-c

I'm trying to build a native Mac application in Objective-c that uses the streaming API. I'm following Simon Fell's project:

 

https://github.com/superfell/StreamingApiDemo

 

but have not had much luck getting this to work. Running StreamingApiDemo out of the box, the application can handshake, but then logs this when attempting to connect:

error = "500::Internal server error";

 

Any hints on debugging this? 

 

 

 

Best Answer chosen by Admin (Salesforce Developers) 
cirrocirro

Thanks greentruck55. 

I'm familiar with that post and spoke with doug. I tried passing the sid via a Cookie, and didn't have any luck. 

 

I ran a test this morning, and am now able to handshake and connect. I'm guessing there was an undocumented bug with the streaming API which is now resolved. 

 

All Answers

cirrocirro

Thanks greentruck55. 

I'm familiar with that post and spoke with doug. I tried passing the sid via a Cookie, and didn't have any luck. 

 

I ran a test this morning, and am now able to handshake and connect. I'm guessing there was an undocumented bug with the streaming API which is now resolved. 

 

This was selected as the best answer
greentruck55greentruck55

correct, there was a bug.. they said they planned to fix it