Update streaming comments

This commit is contained in:
Alex Gleason
2023-05-13 20:16:44 -05:00
parent 9ff5e7c738
commit ce02f7d56c
2 changed files with 10 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ const streamingController: AppController = (c) => {
socket.addEventListener('close', () => console.log('websocket: connection closed'));
socket.addEventListener('message', (e) => console.log('websocket message: ', e.data));
// FIXME: Only do this for nostr.sign events.
signStreams.set(token, socket);
return response;