forked from laravel/echo
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix clientId mismatch on login #38
Merged
Merged
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a49b8c8 - Browse repository at this point
Copy the full SHA a49b8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a747f - Browse repository at this point
Copy the full SHA f6a747fView commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22d4be2 - Browse repository at this point
Copy the full SHA 22d4be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc56684 - Browse repository at this point
Copy the full SHA dc56684View commit details -
1.Moved onClientIdChanged method to auth 2.Added method allowReconnectOnUserLogin that tracks failed connection state due to user login and calls onClientIdChanged. It is initilized in ablyConnector. 3.Updated onClientIdChanged implementation to reconnect on existing client and re-attach failed channels
Configuration menu - View commit details
-
Copy full SHA for c40adb4 - Browse repository at this point
Copy the full SHA c40adb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e822032 - Browse repository at this point
Copy the full SHA e822032View commit details -
Configuration menu - View commit details
-
Copy full SHA for d385699 - Browse repository at this point
Copy the full SHA d385699View commit details -
Updated implementation for allowReconnectOnUserLogin, connectionFaile…
…dCallback will be executed only once for clientId change
Configuration menu - View commit details
-
Copy full SHA for faf7a7c - Browse repository at this point
Copy the full SHA faf7a7cView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d46ab6 - Browse repository at this point
Copy the full SHA 5d46ab6View commit details
Commits on Jul 13, 2024
-
1. Sets passed authorize implementation as a channel property 2. Same property will be reused for auth on next Echo instance
Configuration menu - View commit details
-
Copy full SHA for 30b6226 - Browse repository at this point
Copy the full SHA 30b6226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b5b661 - Browse repository at this point
Copy the full SHA 1b5b661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3823f94 - Browse repository at this point
Copy the full SHA 3823f94View commit details -
Revert "Set MockAuthServer clientId as string or null, updated tests …
…to include clientId" This reverts commit a49b8c8.
Configuration menu - View commit details
-
Copy full SHA for 8c68162 - Browse repository at this point
Copy the full SHA 8c68162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bec647 - Browse repository at this point
Copy the full SHA 8bec647View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e082f2 - Browse repository at this point
Copy the full SHA 4e082f2View commit details
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.