self.armService = node.create_client(Arm, prefix + '/arm') #609
Answered
by
whoenig
ntukenmez3
asked this question in
Q&A
-
We would like to see the point in one command line in
|
Beta Was this translation helpful? Give feedback.
Answered by
whoenig
Dec 20, 2024
Replies: 1 comment 1 reply
-
My guess here is that it is a blocking function where the rest of the script is blocked until the service is active, which is not handy in all cases. There was a while that the cflib backend didn't had this service I believe. @whoenig is there a reason why its still commented? The cflib backend has an arming services now |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No real reason, we should add it. Technically it should only be needed to wait for the last service that is announced in the server, but might be "cleaner" to simply wait for all of them.