-
Notifications
You must be signed in to change notification settings - Fork 980
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: socketio/socket.io-client-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/socket.io-client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 16 files changed
- 1 contributor
Commits on Jul 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e57160a - Browse repository at this point
Copy the full SHA e57160aView commit details -
fix: ensure buffered events are sent in order
Before this commit, an event sent in the "connect" handler could be sent before the events that were buffered while disconnected. Related: socketio/socket.io-client#1458 Backported from 4885e7d
Configuration menu - View commit details
-
Copy full SHA for 8bd35da - Browse repository at this point
Copy the full SHA 8bd35daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8664499 - Browse repository at this point
Copy the full SHA 8664499View commit details -
fix: ensure randomizationFactor is always between 0 and 1
Using a randomizationFactor value above 1 could lead to generating a negative duration, then throwing: > java.lang.IllegalArgumentException: delay < 0: -1012 > at java.util.Timer.schedule(Timer.java:454) > at io.socket.client.Manager.reconnect(Manager.java:544) This error does not seem related to a long overflow (in the BigInteger.longValue() operation), because the BigInteger.min(this.max) operation before should prevent it. Related: #349 Backported from 0cbf01e
Configuration menu - View commit details
-
Copy full SHA for cb966d5 - Browse repository at this point
Copy the full SHA cb966d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728690f - Browse repository at this point
Copy the full SHA 728690fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 812980d - Browse repository at this point
Copy the full SHA 812980dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b113f7b - Browse repository at this point
Copy the full SHA b113f7bView 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 main...1.x