Skip to content

Commit

Permalink
Revert changes on file
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Sep 2, 2024
1 parent 209ffb3 commit eb488e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/client/http2_connection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Http2ClientConnection implements connection.ClientConnection {
transport.ping();
}
},
onPingTimeout: () => transport.finish(),
onPingTimeout: () => shutdown(),
);
transport.onFrameReceived
.listen((_) => keepAliveManager?.onFrameReceived());
Expand Down

0 comments on commit eb488e7

Please sign in to comment.