rebuild queue with new urls on net state change

This commit is contained in:
austinried
2021-08-17 10:58:11 +09:00
parent 88d0c6089e
commit 44617740fd
11 changed files with 124 additions and 21 deletions

5
app/models/error.ts Normal file
View File

@@ -0,0 +1,5 @@
export class NoClientError extends Error {
constructor() {
super('no client in state')
}
}