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
The callbacks provided to a connection get passed the connection as
first argument. While this was correctly typed as `Self` in the base
`Connection` class, the concrete `Connection` class was used in
sub-classes. Fixed to use `Self` in sub-classes as well.
0 commit comments