Skip to content

fix(chat): Increased timeout for Web View init

Denys Mishunov requested to merge 1229-remove-webview-init-timeout into main

Description

The MR addresses the issue of the Duo Chat "timing out" when Web View was not initialized within a certain period of time. In the same path, the MR removes unnecessary asynchrony from the code making it more linear to avoid timeracing.

Ideally, this MR will completely remove errors like:

Screenshot_2024-02-14_at_15.33.47

Related Issues

References #1229 (closed)

How has this been tested?

  • VSCode desktop
  • Web IDE

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Closes #1229 (closed)

Edited by Denys Mishunov

Merge request reports