the statusphere demo reworked into a vite/react app in a monorepo

add log for jetstream closing

Changed files
+1
packages
appview
src
ingestors
+1
packages/appview/src/ingestors/jetstream.ts
··· 173 173 this.isDestroyed = true 174 174 this.ws.close() 175 175 this.isStarted = false 176 + this.logger.info('jetstream destroyed gracefully') 176 177 } 177 178 } 178 179 }