Skip to content

Commit

Permalink
move outbox
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 13, 2024
1 parent bc4a40c commit d8d0ba4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/webserver/Dynamic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ function send_notebook_changes!(πŸ™‹::ClientRequest; commentary::Any=nothing)
end
end
end
end

for (client, msg) in outbox
putclientupdates!(client, msg)
end
try_event_call(πŸ™‹.session, FileEditEvent(πŸ™‹.notebook))
for (client, msg) in outbox
putclientupdates!(client, msg)
end
try_event_call(πŸ™‹.session, FileEditEvent(πŸ™‹.notebook))
end

"Like `deepcopy`, but anything other than `Dict` gets a shallow (reference) copy."
Expand Down

0 comments on commit d8d0ba4

Please sign in to comment.