We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"*_reply"
"status"
1 parent 90c1909 commit f670c6cCopy full SHA for f670c6c
src/msg.jl
@@ -32,7 +32,7 @@ msg_pub(m::Msg, msg_type, content, metadata=Dict{String,Any}()) =
32
msg_header(m, msg_type), content, m.header, metadata)
33
34
msg_reply(m::Msg, msg_type, content, metadata=Dict{String,Any}()) =
35
- Msg(m.idents, msg_header(m, msg_type), content, m.header, metadata)
+ Msg(m.idents, msg_header(m, msg_type), merge(Dict("status" => "ok"), content), m.header, metadata)
36
37
function show(io::IO, msg::Msg)
38
print(io, "IPython Msg [ idents ")
0 commit comments