You need to sign in to do that
Don't have an account?

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?
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
see this topic, which identifies 1 cause for this error
http://boards.developerforce.com/t5/Streaming-API-Developer-Preview/Issue-with-Streaming-API-from-Ruby-Node/td-p/462671
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.
correct, there was a bug.. they said they planned to fix it