mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-09 10:00:57 +03:00
Exposing quicSocket to observers (#185)
Summary: Giving more access to the current state of the connection by exposing the socket. Pull Request resolved: https://github.com/facebookincubator/mvfst/pull/185 Reviewed By: yangchi Differential Revision: D23924861 Pulled By: bschlinker fbshipit-source-id: 16866a93e58b6544e25d474a51ca17fab9ffdc55
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f16d60e922
commit
185a6730b6
@@ -1662,7 +1662,7 @@ void QuicTransportBase::processCallbacksAfterNetworkData() {
|
||||
|
||||
// to call any callbacks added for observers
|
||||
for (const auto& callback : conn_->pendingCallbacks) {
|
||||
callback();
|
||||
callback(this);
|
||||
}
|
||||
conn_->pendingCallbacks.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user