vaadin / quarkus

An extension to Quarkus to support Vaadin Flow
Apache License 2.0
28 stars 3 forks source link

test: Use long polling for Push #41

Closed mshabarov closed 2 years ago

mshabarov commented 2 years ago

Description

After debug window improvements (https://github.com/vaadin/flow/pull/11980/files), the gizmo is shown even if the live reload is disabled. Thus, it tries to use web sockets still, which causes issues in tests. Reconfigure Push to use long polling instead.

Type of change

Checklist

Additional for Feature type of change

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.