We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新機能の概要 いまのところPointCloudViewer._wait_untilは返事が来ないと永久に待ち続けて返ってこない。 バグや接続断でしかそのようなことは起こらないが、接続が切れたときに復帰できるようにする際などに困るのでタイムアウトを設定できるようにしたい。 PointCloudViewerのオプションとしてタイムアウト時間を設定できるようにして、_wait_untilがその時間待ち続けたら例外を投げるようにするとか。
PointCloudViewer._wait_until
PointCloudViewer
_wait_until
The text was updated successfully, but these errors were encountered:
関連: #126
Sorry, something went wrong.
No branches or pull requests
新機能の概要
いまのところ
PointCloudViewer._wait_until
は返事が来ないと永久に待ち続けて返ってこない。バグや接続断でしかそのようなことは起こらないが、接続が切れたときに復帰できるようにする際などに困るのでタイムアウトを設定できるようにしたい。
PointCloudViewer
のオプションとしてタイムアウト時間を設定できるようにして、_wait_until
がその時間待ち続けたら例外を投げるようにするとか。The text was updated successfully, but these errors were encountered: