Skip to content
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

Demiurge #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Demiurge #4

wants to merge 7 commits into from

Conversation

demiawesson
Copy link

Here are the changes we made to get pubnub up and running on windows with Visual Studio's compiler.

-Andrew

- Use dynamic event allocation functions instead
- Remove deprecated header file
- Also compile on Android, which lacks rand_r()
…afe in the face of other libevent usage in the same process
If an HTTP call failed was retried due to the error retry settings, the HTTP callback data was freed when the first call failed, but the finished_cb_data held a dangling pointer onto that, so a crash occurred when the retry completed and that data was accessed and re-freed.
@geremyCohen
Copy link
Contributor

Thanks @demiawesson ! We're going to merge locally, wrap with tests, etc, please standby.

@demiawesson
Copy link
Author

Great. Let me know if everything works out.

@a212
Copy link
Contributor

a212 commented Mar 25, 2014

I applied some changes to this branch https://github.com/pubnub/c/tree/unsubscribe-tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants