Skip to content

Commit

Permalink
Update src/shared.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Berg <[email protected]>
  • Loading branch information
schlichtanders and Pangoraw authored Sep 8, 2024
1 parent 79d8a51 commit 4b6cefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function _serialize_msg(io::IO, msg_type::UInt8, msg_id::MsgID, msg_data::Any)
try
write(io, msg_type)
write(io, msg_id)
invokelatest(serialize, io, msg_data)
Base.invokelatest(serialize, io, msg_data)
write(io, MSG_BOUNDARY)
flush(io)
finally
Expand Down

0 comments on commit 4b6cefa

Please sign in to comment.