Closed danilvpetrov closed 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
call-async
execute
Thanks dude, fixed on master.
master
When calling Execute method on Session object. Tracing UI (I am using Jaeger UI) shows
call-async
event, as opposed toexecute
. Looks like the issue is on this line https://github.com/rinq/rinq-go/blob/master/src/internal/localsession/session.go#L222