Giter VIP home page Giter VIP logo

Comments (5)

gregg-miskelly avatar gregg-miskelly commented on July 19, 2024 1

Sorry for the delay. What is going on is that you have found a bug in method chaining combined with Worker Process Remoting. What is going on is that the request gets to your component, you forward it to the next implementation which is in a worker process. The worker process picks up the request and tries to call the highest priority component that it can find, which is your hello world service, so the request gets forwarded right back.

If you goal is to forward some requests on to the C++ Expression evaluator, you can solve this by loading your extension in the worker process. See the Worker Process Remoting documentation that I linked to for instructions on doing this.

from concordextensibilitysamples.

gregg-miskelly avatar gregg-miskelly commented on July 19, 2024 1

I added a fix to 16.9 which should this scenario work. Baring something unexpected, you should be able to try it out starting with 16.9 preview 3. Though if you goal is to send a bunch of requests to the C++ EE, it might still make sense to be in worker process.

from concordextensibilitysamples.

gregg-miskelly avatar gregg-miskelly commented on July 19, 2024

What you are doing looks like it should work. I will need to debug to try and understand why it is failing. Can you upload your sources somewhere so that I am doing exactly the same thing that you are? It will probably be a few days before I have time to investigate more, but please ping me if I haven't replied by 11/30.

from concordextensibilitysamples.

Rattenhirn avatar Rattenhirn commented on July 19, 2024

Sure thing, I have attached my modified HelloWorld sample!
Thanks for looking into this!
HelloWorld_Cpp.zip

Edit: This is on VS 16.8.0 btw

from concordextensibilitysamples.

Rattenhirn avatar Rattenhirn commented on July 19, 2024

JFYI, got it to work with the Worker Process, thanks!

from concordextensibilitysamples.

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.