Description of the bug
Olink Client Object should wait for the response even if the method was void type.
The user may need to know that it has finished.
Steps To Reproduce
Use a idl with void type method
add a wait in impl in this method on the service side
add code that executes that method
run the client and the service
the client method will return immediately, won't wait for response
Additional Information
No response
Description of the bug
Olink Client Object should wait for the response even if the method was void type.
The user may need to know that it has finished.
Steps To Reproduce
Use a idl with void type method
add a wait in impl in this method on the service side
add code that executes that method
run the client and the service
the client method will return immediately, won't wait for response
Additional Information
No response