Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ writePing
Method
writePing
test/servertester.go:315–319 ·
view source on GitHub ↗
(ack bool, data [8]byte)
Source
from the content-addressed store, hash-verified
313
}
314
315
func
(st *serverTester) writePing(ack bool, data [8]byte) {
316
if
err := st.fr.WritePing(ack, data); err != nil {
317
st.t.Fatalf(
"Error writing PING: %v"
, err)
318
}
319
}
Callers
2
TestGracefulStopClosesConnAfterLastStream
Method · 0.80
TestTwoGoAwayPingFrames
Method · 0.80
Calls
1
Fatalf
Method · 0.65
Tested by
2
TestGracefulStopClosesConnAfterLastStream
Method · 0.64
TestTwoGoAwayPingFrames
Method · 0.64