rinq / rinq-go

A cross-language command bus and distributed ephemeral data store.
Other
17 stars 1 forks source link

Incorrect event type when logging Execute method on Session object #166

Closed danilvpetrov closed 6 years ago

danilvpetrov commented 6 years ago

When calling Execute method on Session object. Tracing UI (I am using Jaeger UI) shows call-async event, as opposed to execute. Looks like the issue is on this line https://github.com/rinq/rinq-go/blob/master/src/internal/localsession/session.go#L222

jmalloc commented 6 years ago

Thanks dude, fixed on master.