You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been writing in c++ (very) long time ago, but for me it looks like you can make copy of Config or just keep reference to it (and possibly other object) for later use and I expect after request handling is finished their content is no longer valid (like bare reference to rpc::ConfigMap). Accessing this might cause access violation exception.
I've been writing in c++ (very) long time ago, but for me it looks like you can make copy of Config or just keep reference to it (and possibly other object) for later use and I expect after request handling is finished their content is no longer valid (like bare reference to rpc::ConfigMap). Accessing this might cause access violation exception.