This repository was archived by the owner on Sep 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
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: hoaproject/Websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.17.01.09
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hoaproject/Websocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 29 files changed
- 5 contributors
Commits on Aug 4, 2016
-
Connection: Ensure disconnection on closing.
If the node is not able to close properly, then the socket disconnection was not happening nicely. This patch catches errors from a node closing and ensure the socket disconnection all the time.
Configuration menu - View commit details
-
Copy full SHA for de5e650 - Browse repository at this point
Copy the full SHA de5e650View commit details -
Connection: If a normal close fails, no error.
When a normal close is attempted and it fails because of several reasons (it is likely to be because the client might already be disconnected and then it is not possible to send messages to it), then this situation is not considered as an error. Indeed, the client has sent a normal close but it does not listen for the confirmation from the server. This is a protocol error but happening on closing. So instead of getting an exception when closing, catching this exception later and then firing an `error` event, this makes more sense to catch the exception, do nothing with it, and fire the expected `close` event.
Configuration menu - View commit details
-
Copy full SHA for 934f949 - Browse repository at this point
Copy the full SHA 934f949View commit details
Commits on Mar 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 74ce0c5 - Browse repository at this point
Copy the full SHA 74ce0c5View commit details
Commits on Mar 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c018385 - Browse repository at this point
Copy the full SHA c018385View commit details
Commits on Mar 30, 2017
-
Fire close event before closing and on error
Firing the close event before closing allows for the user to grab the connection's unique ID. This is useful if the user is keeping track of connection based states across the lifecycle of a connection (e.g. session data). Fire the event on a protocol error as well before closing.
Configuration menu - View commit details
-
Copy full SHA for 834b4ab - Browse repository at this point
Copy the full SHA 834b4abView commit details -
Configuration menu - View commit details
-
Copy full SHA for bead328 - Browse repository at this point
Copy the full SHA bead328View commit details
Commits on Jul 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8a634eb - Browse repository at this point
Copy the full SHA 8a634ebView commit details
Commits on Aug 4, 2017
-
chore(composer) add PHP version requirement
Define minimal supported version of PHP needed into composer.json Address hoaproject/Central#70
Configuration menu - View commit details
-
Copy full SHA for a2a5964 - Browse repository at this point
Copy the full SHA a2a5964View commit details
Commits on Nov 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 34ca9fc - Browse repository at this point
Copy the full SHA 34ca9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53b1f48 - Browse repository at this point
Copy the full SHA 53b1f48View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5cf84e - Browse repository at this point
Copy the full SHA f5cf84eView commit details
Commits on Nov 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3fd0fcc - Browse repository at this point
Copy the full SHA 3fd0fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f0e12 - Browse repository at this point
Copy the full SHA b8f0e12View commit details
Commits on Jan 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9029708 - Browse repository at this point
Copy the full SHA 9029708View 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 3.17.01.09...master