We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d38ef commit e01d679Copy full SHA for e01d679
formant_ros2_adapter/scripts/main.py
@@ -21,7 +21,7 @@
21
logger.info("Creating Formant agent client")
22
# To do: a cleaner solution would have ignore_unavailable=True and
23
# something implemented in the client to avoid a race condition
24
- fclient = Client(ignore_throttled=True)
+ fclient = Client(ignore_throttled=True, ignore_unavailable=True)
25
logger.info("Waiting %s seconds for Formant agent client" % FCLIENT_WAIT)
26
ROS2Adapter(fclient, node)
27
try:
0 commit comments