remove unused pieces from PingPong (#134)
Adds some extra tests as well, to be sure.
This commit is contained in:
@@ -30,7 +30,7 @@ where
|
||||
codec: Codec<T, Prioritized<B::Buf>>,
|
||||
|
||||
/// Ping/pong handler
|
||||
ping_pong: PingPong<Prioritized<B::Buf>>,
|
||||
ping_pong: PingPong,
|
||||
|
||||
/// Connection settings
|
||||
settings: Settings,
|
||||
|
||||
Reference in New Issue
Block a user