GithubHelp home page GithubHelp logo

ricado-group / dotnet-rabbitmq Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 179 KB

A RabbitMQ Helper and Extensions Library utilizing RabbitMQ.Client for .NET 6+ and .NET Standard 2.0 Applications

License: MIT License

C# 100.00%
rabbitmq

dotnet-rabbitmq's People

Contributors

ashneilson avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

dotnet-rabbitmq's Issues

Handle badly formatted JSON Messages

Badly formatted JSON Messages will throw an unhandled Exception while parsing the JSON Content.

Stack Trace:

unknown Newtonsoft.Json.JsonTextReader.ParseComment(bool setToken)	
unknown Newtonsoft.Json.JsonTextReader.Read()	
unknown Newtonsoft.Json.Linq.JToken.Parse(string json, JsonLoadSettings settings)	
/home/runner/work/dotnet-rabbitmq/dotnet-rabbitmq/RICADO.RabbitMQ/JSONReceivedMessage.cs:49 RICADO.RabbitMQ.JSONReceivedMessage.ExpandBody(ReadOnlyMemory<T> bytes)	
/home/runner/work/dotnet-rabbitmq/dotnet-rabbitmq/RICADO.RabbitMQ/ReceivedMessage.cs:324 RICADO.RabbitMQ.ReceivedMessage.CreateFromEvent(BasicDeliverEventArgs eventArgs)	
/home/runner/work/dotnet-rabbitmq/dotnet-rabbitmq/RICADO.RabbitMQ/RabbitMQClient.cs:1744 RICADO.RabbitMQ.RabbitMQClient+<consumerReceived>d__114.MoveNext()	
unknown System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()	
unknown System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)	
/_/projects/RabbitMQ.Client/client/events/AsyncEventHandler.cs:16 RabbitMQ.Client.Events.AsyncEventHandlerExtensions+<InvokeAsync>d__0<TEvent>.MoveNext()

Ignore Semaphore Disposed Exception

Ignore a System.ObjectDisposedException which can be thrown by the official RabbitMQ Client library.

Relates to this Merged Pull Request: rabbitmq/rabbitmq-dotnet-client#1015

System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (The semaphore has been disposed.)

---> System.ObjectDisposedException: The semaphore has been disposed. at System.Threading.SemaphoreSlim.CheckDispose() at System.Threading.SemaphoreSlim.Release(Int32 releaseCount) at RabbitMQ.Client.Impl.AsyncConsumerWorkService.WorkPool.HandleConcurrent(Work work, IModel model, SemaphoreSlim limiter)

--- End of inner exception stack trace ---

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.