Open OpsOwns opened 4 years ago
Maybe it's a problem with .NET Core 3.1? I have different error like Method not found: 'System.String RabbitMQ.Client.DefaultBasicConsumer.get_ConsumerTag()
while trying to Subscribe to the queue and another error while trying to publish message:
Attempt by method 'RawRabbit.Common.BasicPropertiesProvider.GetProperties(System.Action`1<RabbitMQ.Client.IBasicProperties>)' to access method 'RabbitMQ.Client.Framing.BasicProperties..ctor()' failed.
What version of RawRabbit are you using?
I tried to publish and subscribe message but there is issues from newtonsoft My code:
I used .NET CORE 3.1 api + console app How Can i solve it? Error Message: