WebSockets Next: merge BlockingSender and Sender interfaces #44470
Labels
area/housekeeping
Issue type for generalized tasks not related to bugs or enhancements
area/websockets
Milestone
Description
These interfaces are never used separately so it does not make a lot of sense to keep two classes.
I think that we should simplify the API and move all methods from
BlockingSender
toSender
and removeBlockingSender
completely.We want to keep the
Sender
interface though because ofio.quarkus.websockets.next.WebSocketConnection.BroadcastSender
.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: