-
Notifications
You must be signed in to change notification settings - Fork 172
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/engine.io-client-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: engine.io-client-2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: socketio/engine.io-client-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 10 files changed
- 4 contributors
Commits on Dec 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 686ac08 - Browse repository at this point
Copy the full SHA 686ac08View commit details
Commits on Jan 22, 2021
-
feat: create heartbeat scheduler with named threads and as daemon (#106)
Co-authored-by: Pavel Valodzka <pavel@valodzka.name>
Configuration menu - View commit details
-
Copy full SHA for 7c9c382 - Browse repository at this point
Copy the full SHA 7c9c382View commit details
Commits on Jan 13, 2022
-
chore: bump engine.io from 4.0.5 to 4.1.2 in /src/test/resources (#110)
Bumps [engine.io](https://github.com/socketio/engine.io) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/4.1.2/CHANGELOG.md) - [Commits](socketio/engine.io@4.0.5...4.1.2) --- updated-dependencies: - dependency-name: engine.io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9be533f - Browse repository at this point
Copy the full SHA 9be533fView commit details
Commits on Jul 3, 2022
-
fix: increase the readTimeout value of the default OkHttpClient
With the previous value (10 seconds by default), a connection established with HTTP long-polling was closed if the server did not send any packet for 10 seconds (the HTTP request would timeout from the client side). It will now default to 1 minute, which is above the `pingInterval + pingTimeout` value from the server. Note: the connectTimeout and writeTimeout options are left as is (10 seconds), but you may need to increase them depending on your use case: ``` OkHttpClient client = new OkHttpClient.Builder() .connectTimeout(20, TimeUnit.SECONDS) .readTimeout(1, TimeUnit.MINUTES) .writeTimeout(1, TimeUnit.MINUTES) .build(); ``` Related: - socketio/socket.io-client-java#491 - socketio/socket.io-client-java#660
Configuration menu - View commit details
-
Copy full SHA for fb531fa - Browse repository at this point
Copy the full SHA fb531faView commit details
Commits on Jul 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2469933 - Browse repository at this point
Copy the full SHA 2469933View commit details -
Configuration menu - View commit details
-
Copy full SHA for 592859d - Browse repository at this point
Copy the full SHA 592859dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8519952 - Browse repository at this point
Copy the full SHA 8519952View commit details
Commits on Feb 18, 2025
-
Maven has been upgraded from 3.8 to 3.9, which is not compatible with JDK 7. See also: actions/runner-images#11093
Configuration menu - View commit details
-
Copy full SHA for 050dd26 - Browse repository at this point
Copy the full SHA 050dd26View commit details
Commits on Aug 11, 2025
-
ci: upgrade maven to version 3.8.9
Previous version is no longer available at [1]. [1]: https://dlcdn.apache.org/maven/maven-3/
Configuration menu - View commit details
-
Copy full SHA for 5d02ea0 - Browse repository at this point
Copy the full SHA 5d02ea0View 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 engine.io-client-2.0.0...main