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

[Interactions] Invoke interaction timeout #11

Open
egekorkan opened this issue May 31, 2020 · 4 comments
Open

[Interactions] Invoke interaction timeout #11

egekorkan opened this issue May 31, 2020 · 4 comments
Labels
improvement Improvement of existing features. prio:low

Comments

@egekorkan
Copy link
Member

from Readme.md:

    - Invoke interaction -> timeout
@egekorkan
Copy link
Member Author

@neniman Do you mean that the user can choose a timeout for the interactions and that WADE displays an error when there is a timeout?

@eileenoo
Copy link
Collaborator

eileenoo commented Jun 16, 2020

@neniman Do you mean that the user can choose a timeout for the interactions and that WADE displays an error when there is a timeout?

Not quite.
W-ADE should have a timeout when sending interaction requests implemented.
Sometimes the target thing is down or not reachable.
Atm W-ADE simply waits for a response and only after a significant amount of time the connection is timed-out.
But this is not very transparent for the user.

I see two possible solutions:

  • A: There is a reasonable timeout (could be problematic if there is e.g. a really long physical interaction)
  • B: The current connection status is shown to the user
  • (C: A combination of the above)

@egekorkan
Copy link
Member Author

Addition to A: The reasonable timeout can be configured by the user

@eileenoo eileenoo added improvement Improvement of existing features. prio:low and removed not clear labels Jun 16, 2020
@eileenoo
Copy link
Collaborator

Addition to A: The reasonable timeout can be configured by the user

Then we would need some kind of settings page or component. This could be added to the right handside of the 'Config-Tab'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement of existing features. prio:low
Projects
None yet
Development

No branches or pull requests

2 participants