Skip to content

Commit

Permalink
fixup: Add rabbit_misc:process_info/2 that also works for remote PIDs
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Bakken <[email protected]>
  • Loading branch information
gomoripeti and lukebakken authored Dec 9, 2024
1 parent d65bd7d commit 095f702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit_common/src/rabbit_misc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ process_info(Pid, Items) ->
true ->
rpc:call(Node, erlang, process_info, [Pid, Items]);
_ ->
{badrcp, nodedown}
{badrpc, nodedown}
end.

-spec pget(term(), list() | map()) -> term().
Expand Down

0 comments on commit 095f702

Please sign in to comment.