Results 1 issues of Lyo Kato

The following is an excerpt of the code that sets up KeepAlive written in `lib/src/client/http2_connection.dart` ```dart if (options.keepAlive.shouldSendPings) { keepAliveManager = ClientKeepAlive( options: options.keepAlive, ping: () { if (transport.isOpen) {...

type-bug