You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the futures created by akka.pattern.after do not inherit the current instance of kamon.context.Context. Instead, a new one is created for such futures, breaking the chain of context propagation. Please consider adding support for this pattern.