Probe behaviour: probe_handle_msg/2 or probe_handle_message/2?
Closed this issue · 3 comments
blaketan commented
Behaviour Instruments.Probe
expects a callback probe_handle_msg/2
to be defined (and this is implemented in the sample Instruments.Probes.Schedulers
as well as in the probe tests), however the handle_info
callback in Instruments.Probe.Runner
GenServer calls the probe_handle_message/2
function of the probe module.
ihumanable commented
There does appear to be a disagreement.
I've opened #8 to address this issue, please let me know if it seems reasonable to you.
blaketan commented
👍 Thanks for addressing this!
zorkian commented
Committed the fix, sorry that languished!