-
Notifications
You must be signed in to change notification settings - Fork 31
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
Added sails socket connection mutex #27
Open
t3rminus
wants to merge
38
commits into
huafu:master
Choose a base branch
from
brickclick:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 16 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
045c940
Fixed multiple quick initial requests causing failed sails connection…
t3rminus 5edf809
- Cleared mutex before completing callbacks
t3rminus 4169ef7
Created bc-ember-data-sails branch, updated name
t3rminus 7df4169
Updated remote to reflect branch
t3rminus 87b5f65
2.0 compatibility
7f9c0fe
Ember-data 2.0 compatibility
45b99fa
updated sails-socket to work with the new pushData function
3612045
Updated pushPayload to use the new ember-data 2.0 method
da97112
reset packages.json
d3233f5
Merge commit '87b5f655855a9788bb44f2e95c675d09abd4f0b8' into bc-ember…
f1108a1
Merge commit 'bc9c9849766b45fcba4c45f93196d61c347bd5b7'
t3rminus e51db60
Merge branch 'master' into bc-ember-data-sails
t3rminus 5f8360c
updated push function to handle arrays
977e2d3
[FIX] Ember.String.fmt deprecations
4dbeec8
Merge commit '977e2d3047840f6366fe460ea776c702161652f5'
t3rminus ad1b427
Revert package.son
t3rminus 438b943
Allowed listeners to be added even if you don't need a subscribeEndpo…
ab3ef47
Use the `ember-data` initializer as a target instead of the soon to b…
bmac f85faa9
Merge pull request #1 from bmac/patch-2
4717aa8
[FIX] deprecation warnings for ember 2.0
mukk85 d103bf4
fixed tests
mukk85 04ec51d
Updated ember
mukk85 2f0f33a
bumped version
mukk85 3a93bc8
code format fixes
mukk85 bf698ce
updated to match new ember-embedded-records mixin syntax
mukk85 e54cea4
[FIX] reconnect error
mukk85 473133f
removed deprecated store.findById
mukk85 74ecd5c
[FIX] Hanging on re-connect, because events weren't properly being re…
t3rminus 7fa0b00
[FIX] Added link to repo
t3rminus f29e1ed
[IMP] removed deprecation warnings
mukk85 63c710e
[FIX] updated warning and debug messages to use new ember style
mukk85 33decf9
[UPD] Updated to latest ember-cli
mukk85 5e1d680
version bump
mukk85 3b42605
[FIX] debug and info messages
mukk85 7f1fce2
fix code style
mukk85 a3635d9
updating ember-cli
mukk85 047dc43
[NEW] renamed package and added to namespace
mukk85 eb0a14b
[FIX] updated missing namespaces
mukk85 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
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.
You're missing the test on
_pushSubscribes
on the refactored code. I am on my phone and that is a long time I did not work on this addon but I believe it has to be there because depending on settings it should or not subscribe