Using a shared channel means that every user receives an update to the 'last_id' when *any* other user is logged out. If many users are being programmatically logged out at the same time, this can cause a very large number of message-bus polls. This commit switches to use a user-specific channel, which means that each user has its own 'last id' which will only increment when they are logged out |
||
|---|---|---|
| .. | ||
| acceptance | ||
| addons/truth-helpers/integration/helpers | ||
| fixtures | ||
| helpers | ||
| integration | ||
| unit | ||
| index.html | ||
| setup-tests.js | ||
| test-boot-ember-cli.js | ||