-
Notifications
You must be signed in to change notification settings - Fork 57
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
Subscription Event Engine and Events Listener implementation #196
Merged
Changes from 6 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
44bbe53
feat(event-engine): add general event engine
parfeon 8ee9f0d
refactor(event-engine): split subscribe event engine to separate files
parfeon d6807d6
Merge branch 'master' into CLEN-2083
parfeon 936c03d
refactor(retry-timer): refactor retry timer usage
parfeon 6f2ffd4
refactor: remove redundant inclusion
parfeon 5fb2a09
build: update pre-compile macro
parfeon 8ccdb12
build: update pre-compile macro
parfeon 22490e1
wip: fixing threading issues
parfeon 96cb100
fix(subscribe): fix `matched` field parse in subscribe response
parfeon 934024b
refactor: rever pbpal_mutex.h
parfeon d320625
refactor(openssl-make): build with crypto enabled by default
parfeon 7beef7a
refactor(cpp-make): add missing PUBNUB_CRYPTO_API guards in interface
parfeon 7c07bed
refactor(cpp-make): enable PUBNUB_CRYPTO_API by default
parfeon 0a1863e
fix(sample): fix subscribe event engine sample
parfeon 6c7d785
fix(sanitizer): fix thread issues reported by the sanitizer
parfeon f7d3fab
refactor(sample): fix callback for subscription
parfeon c94385b
fix: fix strln usage on empty block of memory
parfeon 0095a45
fix(auto-heartbeat): memory issues with member removal
parfeon 90e6cd0
PubNub SDK v4.14.0 release.
pubnub-release-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you use format for single files?
I want to reformat the whole repository but there are some issues with compilation so I'm confused how does it work on your side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, I didn't receive a penalty there.
Also, it already was there and the only thing which I changed was the
Standard:
value:
Cpp11→
c++11` (previous value wasn't recognized)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mhm.
Please do not format whole codebase within this PR.
I want to do it at some point, but it makes ~80k lines change :D