You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the HttpClientBackend, we cancel the CompletableFuture, however shouldn't we also wait for the future to finish, to be in-line with how cats-effect integrations should work? (also in ws handlers)
the Armeria integration uses a noop canceller, I guess we can't do much, except here and here, but how to wait for the response's completion?
Reading @djspiewak's release notes for cats-effect 3.5.0 RC1 got me checking if we integrate properly. And I think not:
CompletableFuture
, however shouldn't we also wait for the future to finish, to be in-line with how cats-effect integrations should work? (also in ws handlers)The text was updated successfully, but these errors were encountered: