fix(shell/server): don't send out messages from reparsing
This commit is contained in:
parent
5cb06ea912
commit
fa44dc60cb
1 changed files with 4 additions and 0 deletions
|
|
@ -386,6 +386,10 @@ public:
|
|||
snapshot s = *snap;
|
||||
s.m_sub_buckets.clear(); // HACK
|
||||
try {
|
||||
// ignore messages from reparsing
|
||||
null_message_buffer null_msg_buf;
|
||||
scoped_message_buffer scope(&null_msg_buf);
|
||||
|
||||
bool use_exceptions = true;
|
||||
parser p(s.m_env, get_global_ios(), mk_dummy_loader(), in, get_module_id(),
|
||||
use_exceptions, std::make_shared<snapshot>(s), nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue