eva

Results 4 issues of eva

List of AMX functions: - [x] amx_Allot - [ ] amx_Callback - [ ] amx_Cleanup - [ ] amx_Clone - [x] amx_Exec - [x] amx_FindNative - [x] amx_FindPublic - [x]...

implement

There is a critical bug with `CongestionHandler`. You can easily get `STATUS_STACK_BUFFER_OVERRUN` error on Windows with like 3000 virtual connections. Also this can be reproduced on Linux servers. Today I...

All extern functions are marked as `extern "C"`, but in `mysqlclient.lib` some functions have `__stdcall` convention. ![image](https://user-images.githubusercontent.com/6724377/45652781-654f4500-bade-11e8-9c7d-8f388feae41f.png) ![image](https://user-images.githubusercontent.com/6724377/45652805-7f892300-bade-11e8-876d-af04ead8c250.png)