1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +02:00

Prevented exceptions from flush handler to propagate outside the loop.

This commit is contained in:
Sandu Liviu Catalin
2016-03-12 22:49:25 +02:00
parent d2f3da1747
commit f7f5eb82e5
2 changed files with 46 additions and 11 deletions

View File

@ -527,7 +527,7 @@ public:
Int32 Flush(Uint32 num);
/* --------------------------------------------------------------------------------------------
* Flush a specific amount of queries from the queue.
* Flush a specific amount of queries from the queue and handle errors manually.
*/
Int32 Flush(Uint32 num, Object & env, Function & func);