MCPcopy Create free account
hub / github.com/apache/brpc / OnSubStreamStop

Method OnSubStreamStop

src/brpc/rtmp.cpp:2327–2329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2325}
2326
2327void RetryingClientMessageHandler::OnSubStreamStop(RtmpStreamBase* sub_stream) {
2328 _parent->OnSubStreamStop(sub_stream);
2329}
2330
2331RetryingClientMessageHandler::RetryingClientMessageHandler(RtmpRetryingClientStream* parent)
2332 : _parent(parent) {}

Callers 1

OnStopMethod · 0.80

Calls 8

bthread_timer_addFunction · 0.85
microseconds_from_nowFunction · 0.85
is_server_acceptedMethod · 0.80
has_data_everMethod · 0.80
gettimeofday_usFunction · 0.50
swapMethod · 0.45
loadMethod · 0.45
emptyMethod · 0.45

Tested by 1

OnStopMethod · 0.64