diff --git a/Source/plugins/JSONRPC.h b/Source/plugins/JSONRPC.h index aac2aca8f..ed7a888b3 100644 --- a/Source/plugins/JSONRPC.h +++ b/Source/plugins/JSONRPC.h @@ -1234,7 +1234,7 @@ namespace JSONRPCErrorAssessorTypes { void Closed(const Core::JSONRPC::Context& context, const OnCloseCallback& callback = nullptr) { - Closed(context.ChannelId()); + Closed(context.ChannelId(), callback); } private: