diff --git a/xplat/Sonar/SonarWebSocketImpl.cpp b/xplat/Sonar/SonarWebSocketImpl.cpp index aad82a819..0cc6d5433 100644 --- a/xplat/Sonar/SonarWebSocketImpl.cpp +++ b/xplat/Sonar/SonarWebSocketImpl.cpp @@ -291,6 +291,8 @@ void SonarWebSocketImpl::sendLegacyCertificateRequest(folly::dynamic message) { ->fireAndForget(rsocket::Payload(folly::toJson(message))) ->subscribe([this, sendingRequest]() { sendingRequest->complete(); + folly::dynamic config = folly::dynamic::object(); + contextStore_->storeConnectionConfig(config); client_ = nullptr; }); }