We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9969f commit 5bf5982Copy full SHA for 5bf5982
src/app/CommandHandler.cpp
@@ -258,6 +258,7 @@ Status CommandHandler::ProcessInvokeRequest(System::PacketBufferHandle && payloa
258
void CommandHandler::Close()
259
{
260
mSuppressResponse = false;
261
+ mpResponder = nullptr;
262
MoveToState(State::AwaitingDestruction);
263
264
// We must finish all async work before we can shut down a CommandHandler. The actual CommandHandler MUST finish their work
0 commit comments