swampdragon-notifications icon indicating copy to clipboard operation
swampdragon-notifications copied to clipboard

Results 5 swampdragon-notifications issues
Sort by recently updated
recently updated
newest added

Continuation from https://github.com/jonashagstedt/swampdragon/issues/70

1. Enable SWAMP_DRAGON_HEARTBEAT_ENABLED and set SWAMP_DRAGON_HEARTBEAT_FREQUENCY 2. Open two connections (two users connecting to websockets) 3. Close one connection (close that user's tab) 4. Run ``` notifications.onlineCount(function (count) { console.log(count);...

Running `migrate` on django 1.8 produces `relation "auth_user" does not exist` Proposed fix would be just to add django 1.7+ migrations. This fixes it outright. If this sounds good I...