diff options
| author | polwex <polwex@sortug.com> | 2025-11-12 07:11:07 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-12 07:11:07 +0700 |
| commit | 284ce9ce7d9f81e54e91f917329d48926487fbf4 (patch) | |
| tree | 7a156986323fd799e1457c8b7663806e32b2af7d /arvo | |
| parent | 7305d67ff7f9e78b73326ef0e1f68a9613d34205 (diff) | |
fixes to engagement handling
Diffstat (limited to 'arvo')
| -rw-r--r-- | arvo/iris.hoon | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arvo/iris.hoon b/arvo/iris.hoon index c55c0ae..ead7a5b 100644 --- a/arvo/iris.hoon +++ b/arvo/iris.hoon @@ -557,7 +557,8 @@ |- ?~ sockets ~ =/ socket=websocket-connection:iris q.i.sockets ?. .=(app.socket caller) $(sockets t.sockets) - ?: .=(url.socket i.t.s.bem) `socket + ?: .=(url.socket i.t.s.bem) `sock + et $(sockets t.sockets) == =* ren car |
