We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I have two participants in separate processes. Both of them call CreateDataPublisher() function.
SoC_participant_17343490068811538mne2ge0 participant: CreateDataPublisher() call never finishes, it gets stuck (we can see only BEFORE log).
[2024-12-16 11:37:00.104] [SoC_participant_17343490068811538mne2ge0] [info] void SilKitPlugin::sendMessage(const std::string&, const HsIpcSmallDataType&)just checking silkit logger, LINE: 381 [2024-12-16 11:37:00.104] [SoC_participant_17343490068811538mne2ge0] [info] void SilKitPlugin::sendMessage(const std::string&, const HsIpcSmallDataType&)BEFORE CreateDataPublisher(), LINE: 387
SoC_participant_173434899487128344tj1ez2 participant: everything works as expected (we can see both BEFORE and AFTER log).
[2024-12-16 11:36:58.857] [SoC_participant_173434899487128344tj1ez2] [info] void SilKitPlugin::sendMessage(const std::string&, const HsIpcSmallDataType&)just checking silkit logger, LINE: 381 [2024-12-16 11:36:58.857] [SoC_participant_173434899487128344tj1ez2] [info] void SilKitPlugin::sendMessage(const std::string&, const HsIpcSmallDataType&)BEFORE CreateDataPublisher(), LINE: 387 [2024-12-16 11:36:58.857] [SoC_participant_173434899487128344tj1ez2] [info] void SilKitPlugin::sendMessage(const std::string&, const HsIpcSmallDataType&)AFTER CreateDataPublisher(), LINE: 389
The text was updated successfully, but these errors were encountered:
Hello @kocho1984, sorry for the late answer. This should never happen and could be a bug.
Just a few points for us:
Could you create a trace log and send it to us on the silkit email address?
silkit
Sorry, something went wrong.
Hello @VDanielEdwards,
I'll answer all your questions and share the logs once I'm back from holiday, after January 6.
@kocho1984 Same for us! Thank you, happy holidays and a happy new year 🎅
@VDanielEdwards, thank you, same to you 😄
VDanielEdwards
No branches or pull requests
Hi,
I have two participants in separate processes. Both of them call CreateDataPublisher() function.
SoC_participant_17343490068811538mne2ge0 participant: CreateDataPublisher() call never finishes, it gets stuck (we can see only BEFORE log).
SoC_participant_173434899487128344tj1ez2 participant: everything works as expected (we can see both BEFORE and AFTER log).
The text was updated successfully, but these errors were encountered: