Thread context through feed controller

This commit is contained in:
Jon Staab
2025-05-05 14:05:34 -07:00
parent c538db070a
commit 6589886df2
6 changed files with 42 additions and 33 deletions
+1
View File
@@ -122,6 +122,7 @@ export class Socket extends EventEmitter {
close = () => {
this._ws?.close()
this._ws = undefined
this._sendQueue.clear()
}
cleanup = () => {