2.0.6 supports async polling of endpoints #582
vobu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
2.0.6
, types were fixed to allow for proper extension ofwdi5
-types in custom environments (thanks, @LukasHeimann!).Additionally,
wdi5
can now be configured to ignore waiting for URL query results to resolve in UI5 apps (thanks, @sebbi08!)This allows the configured URL to be detached from the lifecycle sync between
wdi5
and UI5.This supports scenarios where your UI5 app constantly queries endpoints for data, e.g. when polling a queue in an event-based architecture.
Previously,
wdi5
waited for any async http call to complete before advancing the test, resulting in an endless wait.Beta Was this translation helpful? Give feedback.
All reactions