Giter VIP home page Giter VIP logo

Comments (3)

joshdadswellijyi avatar joshdadswellijyi commented on August 26, 2024

I also came accross this isse with the ReceiverHost and also spotted that the Retry mechanism that these exceptions are falling back on does not seem to be functioning correctly. It recreates the NmeaToAisMessageTypeProcessor and the NmeaLineToAisStreamAdapter but without recreating the TcpClient in NetworkStreamNmeaReceiver I was unable to re-attatch to the stream as the TcpClient had already been disposed of.

return Retriable.RetryAsync(() =>
this.StartAsyncInternal(cancellationToken),
cancellationToken,
new Backoff(maxTries: 100, deltaBackoff: TimeSpan.FromSeconds(5)),
new AnyExceptionPolicy(),
false);

I completely agree with your change as it will eliminate the need for the Retryable to fire in these situations but it may also be worth having a look at that mechanism as it may not be functioning as intended.

from ais.net.receiver.

joshdadswellijyi avatar joshdadswellijyi commented on August 26, 2024

#142 Raised a PR

from ais.net.receiver.

idg10 avatar idg10 commented on August 26, 2024

Added in #142

from ais.net.receiver.

Related Issues (17)

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.