worker file split, sending new questions to peers instantly

This commit is contained in:
mrfry 2023-04-24 20:39:15 +02:00
parent 8c4e184741
commit 252826a081
25 changed files with 1016 additions and 705 deletions

View file

@ -175,6 +175,7 @@ export interface PeerInfo {
publicKey: string
contact: string
pw?: string
sessionCookie?: string
lastSync?: number
note?: string
http?: boolean