Replies: 2 comments
-
using UDL-xml generate code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Does this issue still persist? How do you start your server and client? Two different terminals? In case of running in background with & within the same terminal? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment description
Quenstion decription
Start Server way --- "./server ", then client and server coommunicate is good.
But another start server way --- "./server &", then client and server communicate is bad. Meanwhile, in this case, I using "dbus-monitor --system" that can not catch the bus message.
sdbus server code program
sdbus server has coded by multi-thread, then connection is start in main thread, server method receicve client message in another thread.
Looking forward to you reply!
In my case, must using muti-thread in sdbus client communicate with server. would you tell me, how to this question reason?
Thanks very much!
Beta Was this translation helpful? Give feedback.
All reactions