divan/gotrace

Only integer variables are saved in trace for send/recv events

divan opened this issue · 0 comments

divan commented

Currently, only integer variables will be saved as args for EvSend/EvRecv events. For other types it will be 0.

Need to find a way to pass more data into args for event. At least, to support string/float/bool types.