When raising events on the server-side, Zyan can save execution times for remote event handlers and then use this statistics to order them: the fastest handlers come first, the slowest come last. Fast clients should receive events quickly, regardless of the presence of slow clients.
Comments: ** Comment from web user: Rainbird **
Comments: ** Comment from web user: Rainbird **
This feature makes sense, but it should be disabled by default. Commonly the user expects that event handlers called in order of subscription. First in first out.