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
When there is an implicit new local queue for StickyHandlers, the logging policies (MessageExecutionLogLevel/MessageSuccessLogLevel) are not working. If I have misunderstood or used something incorrectly, I am very sorry.
[WolverineHandler]
[StickyHandler("blue")]
public class BlueHandler
{
[WolverineHandler]
public void Handle(MyEvent myEvent)
{
//...
}
}
[WolverineHandler]
[StickyHandler("green")]
public class GreenHandler
{
[WolverineHandler]
public void Handle(MyEvent myEvent)
{
//...
}
}
The text was updated successfully, but these errors were encountered:
When there is an implicit new local queue for StickyHandlers, the logging policies (MessageExecutionLogLevel/MessageSuccessLogLevel) are not working. If I have misunderstood or used something incorrectly, I am very sorry.
The text was updated successfully, but these errors were encountered: