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 TransportSenderT trait should be transport agnostic and send_ping and close should be either be moved to an extension trait (that may need some refactoring in the async client) or these methods needs to be clearly documented as optional.
The
TransportSenderT trait
should be transport agnostic andsend_ping
andclose
should be either be moved to an extension trait (that may need some refactoring in the async client) or these methods needs to be clearly documented as optional.See paritytech/subxt#596 (comment) for further information,
The text was updated successfully, but these errors were encountered: