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
With the fix made in #32081, we noticed that ChannelRegistration requires a TaskExecutor but what it really needs is an Executor really. We'll use this issue to harmonize the types.
The text was updated successfully, but these errors were encountered:
This commit harmonizes the configuration of the WebSocket message
broker to use Executor rather than TaskExecutor as only the former
is enforced. This lets custom configuration to use a wider range
of implementations.
Closesspring-projectsgh-32129
With the fix made in #32081, we noticed that
ChannelRegistration
requires aTaskExecutor
but what it really needs is anExecutor
really. We'll use this issue to harmonize the types.The text was updated successfully, but these errors were encountered: