mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-06 04:54:53 +02:00
Routing
This commit is contained in:
parent
e7bd3abadc
commit
b5670d9a71
9 changed files with 149 additions and 106 deletions
web/src/app
|
@ -3,7 +3,6 @@ import {sha256} from "./utils";
|
|||
|
||||
class ConnectionManager {
|
||||
constructor() {
|
||||
console.log(`connection manager`)
|
||||
this.connections = new Map(); // ConnectionId -> Connection (hash, see below)
|
||||
this.stateListener = null; // Fired when connection state changes
|
||||
this.notificationListener = null; // Fired when new notifications arrive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue