tangled
alpha
login
or
join now
danabra.mov
/
statusphere-react
forked from
samuel.fm/statusphere-react
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
add log for jetstream closing
samuel.fm
10 months ago
0ea4a07a
131f0995
options
unified
split
Changed files
+1
packages
appview
src
ingestors
jetstream.ts
+1
packages/appview/src/ingestors/jetstream.ts
···
173
173
this.isDestroyed = true
174
174
this.ws.close()
175
175
this.isStarted = false
176
176
+
this.logger.info('jetstream destroyed gracefully')
176
177
}
177
178
}
178
179
}