Skip to content
New issue

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

Manager connect is stuck #32

Open
schmiph2 opened this issue Oct 16, 2023 · 0 comments
Open

Manager connect is stuck #32

schmiph2 opened this issue Oct 16, 2023 · 0 comments

Comments

@schmiph2
Copy link

schmiph2 commented Oct 16, 2023

From time to time, this call is stuck (at least for 2 min).

with errors._error_handler():
reply: saleae_pb2.GetAppInfoReply = self.stub.GetAppInfo(saleae_pb2.GetAppInfoRequest())

Unfortunately, I can't really reproduce it. I propose to add a timeout to the function call. E.g. a fixed value like

with errors._error_handler():
    reply: saleae_pb2.GetAppInfoReply = self.stub.GetAppInfo(saleae_pb2.GetAppInfoRequest(), timeout=20)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant