-
Notifications
You must be signed in to change notification settings - Fork 41
Feature/no dll logging #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Still into this @fcollonval ? |
@markaren thanks for pinging me. Did you try to add a test case with 2 FMUs (see old commit for a basis: 82bf530)? I moved to a new company and I'm not using FMU there. May be a former colleague of mine would want to have a look @trungleduc. |
Thanks, your old test works fine with this PR 👍 |
Awesome, great work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR avoids loading the logging dll from Python by polling log messages from the native side. This should avoid issues with loading the dll multiple times when multiple instances are loaded.
Should resolve #97