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
Our commands API has a strong binding to their connection by exposing the connection, open state, reset, command flushing, and getStatefulConnection methods. To restrict the number of possible ways to achieve something, we should guide users towards using the StatefulConnection and remove those methods on the commands API. Going forward, the cleanup can help to achieve codec-switching in the future.
Our commands API has a strong binding to their connection by exposing the connection,
open
state,reset
, command flushing, andgetStatefulConnection
methods. To restrict the number of possible ways to achieve something, we should guide users towards using theStatefulConnection
and remove those methods on the commands API. Going forward, the cleanup can help to achieve codec-switching in the future.Follow-up to #2028
The text was updated successfully, but these errors were encountered: