diff options
| author | polwex <polwex@sortug.com> | 2025-10-31 22:59:42 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-31 22:59:42 +0700 |
| commit | f019da2e338733dd88d3a8efe60f260d74b9a7ad (patch) | |
| tree | ecccfab6926dd89c3ec0597653cca6e30c62dc41 /app/lib/nostrill.hoon | |
| parent | 54fb3abb81621bd2a5fafbdd9b96a8be8464878e (diff) | |
fixes to iris request flow with threads
Diffstat (limited to 'app/lib/nostrill.hoon')
| -rw-r--r-- | app/lib/nostrill.hoon | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/lib/nostrill.hoon b/app/lib/nostrill.hoon index b9d8f88..d46d090 100644 --- a/app/lib/nostrill.hoon +++ b/app/lib/nostrill.hoon @@ -34,7 +34,9 @@ =/ resmsg (cat 3 msg (cat 3 msg msg)) =/ octs (as-octs:mimes:html resmsg) =/ res-event=websocket-event:eyre [%message 1 `octs] - (give-ws-payload:ws wid res-event) + :~ (give-ws-payload-server:ws wid res-event) + == + :: ++ cards |
