Giter VIP home page Giter VIP logo

Comments (4)

darkl avatar darkl commented on August 20, 2024

Hi @tgreger,
Thanks for reporting this issue.
From the call stack I believe this issue occurs because the way the WAMP connections are implemented - they all implement the IWampConnection interface which is a ISubject. When these classes encounter an error, they raise connected observers' OnError.
I guess that the exception is thrown since the WampConnection has a subscribed observer that isn't subscribed to the OnError handler.

I've redesigned the interface of IWampConnection in the wampv2 branch, so I'm willing that the fix of this problem will require a small change.

You can try to work on this and submit a pull request if you succeed solving this issue without too much changes.
If not, I'll work on it, but it will take me a while to find some time for this.

from wampsharp.

tgreger avatar tgreger commented on August 20, 2024

Hi @darkl,
Thanks for your comment. You were right, the WampClientConnectionMonitor class is a subscribed observer, but it does not subscribe to the OnError handler. I will spend some time today to look at this and see if I can come up with a solution.

from wampsharp.

tgreger avatar tgreger commented on August 20, 2024

Hi @darkl,
I believe I found a suitable solution with minimal changes for this issue. What would be a good way for you to review the proposed changes?

from wampsharp.

darkl avatar darkl commented on August 20, 2024

Hi @tgreger,
Happy to hear about these news!

Please submit a pull request, and I'll review it.

from wampsharp.

Related Issues (20)

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.