Vladimir Benes

Results 4 comments of Vladimir Benes

Hello to everyone, @icomrade, I would like to point to original design issue with possible fatal impact: + Main HiveExt controller is [unique_ptr gApp](https://github.com/icomrade/icomradeHiveEpoch/blob/master/Hive/Source/HiveLib/ExtStartup.cpp#L118) which is `Global object` + Main...

Hello to everyone, @icomrade, before @AirwavesMan uploads new binaries to Epoch repo, please consider [ ExtStartup::ProcessShutdown()](https://github.com/icomrade/icomradeHiveEpoch/blob/master/Hive/Source/HiveLib/ExtStartup.cpp#LL126-L129C2) following change: ```c++ // https://github.com/icomrade/icomradeHiveEpoch/blob/master/Hive/Source/HiveLib/ExtStartup.cpp#LL126-L129C2 void ExtStartup::ProcessShutdown() { // Gracefully close [root/AsyncChannel] to prevent...

My game server sending data to database via DLL would benefit from this improvement :) (the game server and the MySQL server runs on the same machine). An encrypted connection...