-
Notifications
You must be signed in to change notification settings - Fork 255
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: EventSource/eventsource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: EventSource/eventsource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 7 files changed
- 9 contributors
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 82d38b0 - Browse repository at this point
Copy the full SHA 82d38b0View commit details
Commits on Jan 25, 2020
-
Prevent sequential errors from attempting multiple reconnections (#125)
* prevent sequential errors from attempting multiple reconnections. * clean up test Co-authored-by: davidpatty <dpatty@qualtrics.com>
Configuration menu - View commit details
-
Copy full SHA for 7a4627a - Browse repository at this point
Copy the full SHA 7a4627aView commit details -
Support HTTP 302 redirects (#116)
* Support HTTP 302 redirects * added 302 to test and polyfill
Configuration menu - View commit details
-
Copy full SHA for fe907fd - Browse repository at this point
Copy the full SHA fe907fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad734b - Browse repository at this point
Copy the full SHA 4ad734bView commit details
Commits on Jan 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dad588f - Browse repository at this point
Copy the full SHA dad588fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 664b47a - Browse repository at this point
Copy the full SHA 664b47aView commit details
Commits on Mar 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bc92424 - Browse repository at this point
Copy the full SHA bc92424View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 61e1b19 - Browse repository at this point
Copy the full SHA 61e1b19View commit details
Commits on May 24, 2020
-
Fix issue: reconnection only happends for 1 time after connection drops
Since the PR #125 fixed duplicate connections after reconnection by using a `connectionInProgress` lock to avoid function `connect()` be called duplicately. But it forgot to release the `connectionInProgress` lock when request error happends, in that case, our client can only retry for 1 time and never get the lock again. So it's needed to release the `connectionInProgress` lock when error happends. Signed-off-by: icy_fish <keith519@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 9a4190f - Browse repository at this point
Copy the full SHA 9a4190fView commit details
Commits on Jul 7, 2020
-
Merge pull request #136 from icy-fish/master
Fix issue: re-connection only happens for 1 time after connection drops
1Configuration menu - View commit details
-
Copy full SHA for 46fe04e - Browse repository at this point
Copy the full SHA 46fe04eView commit details
Commits on Mar 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3a38537 - Browse repository at this point
Copy the full SHA 3a38537View commit details
Commits on Mar 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 49497ba - Browse repository at this point
Copy the full SHA 49497baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd0687 - Browse repository at this point
Copy the full SHA 9dd0687View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.7...v1.1.0