-
-
Notifications
You must be signed in to change notification settings - Fork 353
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: emitter-io/emitter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: emitter-io/emitter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 88 files changed
- 4 contributors
Commits on Jun 25, 2020
-
Added last will & refactored service (#321)
This PR adds an implementation of "Last Will & Testament" of MQTT to emitter. This handles 2 scenarios: 1. When client is terminated but the broker is alive. 2. When the broker is terminated. In both cases, last will will be sent to the cluster and optionally message will be retained. This uses consistent hashing to determine which peer will send out the last will in case of the broker termination. Moreover, I have done a massive refactoring of the service (long overdue). In this refactoring, all of the handlers and services have been made simpler with clear dependencies (see service/ folder). In addition, all tests for the handlers have been rewritten and they have 100% code coverage.
Configuration menu - View commit details
-
Copy full SHA for ad96b72 - Browse repository at this point
Copy the full SHA ad96b72View commit details
Commits on Feb 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f911736 - Browse repository at this point
Copy the full SHA f911736View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcca288 - Browse repository at this point
Copy the full SHA dcca288View commit details
Commits on Jun 18, 2021
-
Upgrading emitter/address (#370)
* upgrade deps * upgrade to 1.16 * upgrade coveralls
Configuration menu - View commit details
-
Copy full SHA for 77c6642 - Browse repository at this point
Copy the full SHA 77c6642View commit details
Commits on Jun 26, 2021
-
[FIX] conn.Track(): CompareAndSwapUint32 (#372)
CompareAndSwapUint32 instead of just an atomic load of the value, and changing the value later, which was not producing the needed behavior in terms of atomicity. Co-authored-by: Roman Atachiants <roman.atachiants@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0026981 - Browse repository at this point
Copy the full SHA 0026981View commit details -
Replace in-memory storage with badger/v3 (#371)
* replace inmemory storage * update deps
Configuration menu - View commit details
-
Copy full SHA for 06b2ef9 - Browse repository at this point
Copy the full SHA 06b2ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e0c2f - Browse repository at this point
Copy the full SHA 63e0c2fView commit details
Commits on Dec 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3c8b731 - Browse repository at this point
Copy the full SHA 3c8b731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e628aa - Browse repository at this point
Copy the full SHA 9e628aaView 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 v2.8...v3.0