-
Notifications
You must be signed in to change notification settings - Fork 982
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: socket.io-client-2.1.0
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: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 9 files changed
- 3 contributors
Commits on Jul 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 17d13c3 - Browse repository at this point
Copy the full SHA 17d13c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22518c9 - Browse repository at this point
Copy the full SHA 22518c9View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad3a930 - Browse repository at this point
Copy the full SHA ad3a930View commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 774543e - Browse repository at this point
Copy the full SHA 774543eView commit details
Commits on Jul 10, 2024
-
fix: make sendBuffer thread safe (#769)
Clearing the buffer upon timeout could lead to: ``` java.util.ConcurrentModificationException at java.base/java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:970) at java.base/java.util.LinkedList$ListItr.next(LinkedList.java:892) at io.socket.client.Socket$6$1.run(Socket.java:232) at java.base/java.util.TimerThread.mainLoop(Timer.java:556) at java.base/java.util.TimerThread.run(Timer.java:506) ``` Related: - #710 - #727 - #758 - #759
Configuration menu - View commit details
-
Copy full SHA for b00ae8e - Browse repository at this point
Copy the full SHA b00ae8eView commit details -
fix: discard acknowledgements upon disconnection
Previously, getting disconnected while waiting for an acknowledgement would create a memory leak, as the acknowledgement was never received and the handler would stay in memory forever. See also: socketio/socket.io-client@34cbfbb Related: #446
Configuration menu - View commit details
-
Copy full SHA for 54645ec - Browse repository at this point
Copy the full SHA 54645ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e11f2f - Browse repository at this point
Copy the full SHA 0e11f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d5d74e - Browse repository at this point
Copy the full SHA 6d5d74eView commit details -
In order to prevent: > Error: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/fasterxml/jackson/databind/ObjectMapper : Unsupported major.minor version 52.0 > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:808)
Configuration menu - View commit details
-
Copy full SHA for 6ea9c15 - Browse repository at this point
Copy the full SHA 6ea9c15View commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4f45e3c - Browse repository at this point
Copy the full SHA 4f45e3cView 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 54852ce - Browse repository at this point
Copy the full SHA 54852ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2cdf7b - Browse repository at this point
Copy the full SHA e2cdf7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80aa471 - Browse repository at this point
Copy the full SHA 80aa471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 667bd17 - Browse repository at this point
Copy the full SHA 667bd17View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc4ca53 - Browse repository at this point
Copy the full SHA bc4ca53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9436451 - Browse repository at this point
Copy the full SHA 9436451View commit details -
Configuration menu - View commit details
-
Copy full SHA for 822fe23 - Browse repository at this point
Copy the full SHA 822fe23View 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 eb438de - Browse repository at this point
Copy the full SHA eb438deView 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 socket.io-client-2.1.0...main