-
Dmitry Simonenko authored
This is done to avoid situation, when two or more fibers yield inside their try/catch blocks and throws an exceptions. Seems like exception unwinder stores some global state while being inside a catch block. This could lead to incorrect exception processing and server crash.
Dmitry Simonenko authoredThis is done to avoid situation, when two or more fibers yield inside their try/catch blocks and throws an exceptions. Seems like exception unwinder stores some global state while being inside a catch block. This could lead to incorrect exception processing and server crash.