You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
as per the sample, instead of starting subscriber with "python sub.py $PROJECT sub_one" without a timeout argument, give it any timeout value.
subscriber will exit immediately due to exception, as timeout is in str type, un-matching float type expected in code "streaming_pull_future.result(timeout=timeout)"
in addition, help message on line 60 is inaccurate.
Exception captured:
'>' not supported between instances of 'str' and 'int'