eva
eva
List of AMX functions: - [x] amx_Allot - [ ] amx_Callback - [ ] amx_Cleanup - [ ] amx_Clone - [x] amx_Exec - [x] amx_FindNative - [x] amx_FindPublic - [x]...
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...
#11 fix
All extern functions are marked as `extern "C"`, but in `mysqlclient.lib` some functions have `__stdcall` convention.  