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
hi,
The "OnStartConfimingEvent” method of "MyInjectableRabbitMqConsumer" of this class works normally, but "HandleMessage" is not callback. What is the reason?
hi,
The "OnStartConfimingEvent” method of "MyInjectableRabbitMqConsumer" of this class works normally, but "HandleMessage" is not callback. What is the reason?
private Task HandleMessage(IMessage message, MessageReceivedInfo info,
CancellationToken token)
{
Logger.LogDebug($"Received untyped message: {message.Body}");
The text was updated successfully, but these errors were encountered: