-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieve message uuid from ruby api #9
Comments
In the new gem there is also an enveloped structure. The demo app should https://github.com/pubnub/ruby/blob/CL-4940687846367/3.3/lib/examples/demo_console.rb#L91 Check it out... lets determine what's missing, we'll figure out a geremy On 7/22/13 11:24 AM, Marco Antonio Gonzalez Junior wrote:
|
I can't see the envelope. I get an array containing hashes. I am using pubnub (3.3.0.7). Thank you |
Please contact me at [email protected] and I will get you on the On 7/22/13 12:24 PM, Marco Antonio Gonzalez Junior wrote:
|
Any ETA on the 3.4 beta? I have a few issues with an existing application due to the 3.3 upgrade. Event machine related errors. |
@RookieOne can you try the final beta here: https://github.com/pubnub/ruby/tree/pTest ? I am trying to release within the week. geremy |
@RookieOne we've released 3.4 into master, along with some docs in the README. Does it get you to where you need to be? |
Hi,
Is there a way to get the message uuid from history through the ruby api? I see javascript api returns message, envelope and channel. I would need the uuid to store the messages locally.
Thanks!
The text was updated successfully, but these errors were encountered: