shfxxer

Results 4 issues of shfxxer

branch:community aspnetcore-7.0.8-win-x64 dotnet-sdk-7.0.305-win-x64 dotnet publish ./src/DiIiS-NA/Blizzless.csproj --configuration Release --output ./publish D:\github\blizzless-diiis\src\DiIiS-NA\Program.cs(114,24): error CS1061: D:\github\blizzless-diiis\src\DiIiS-NA\BGS-Server\Toons\Toon.cs(897,31): error CS0103 --configuration Debug works.

socket weapon panel info will ignore damage enhancements but character panel info is correct

bug

类似如下: //client std::string info client.call("get_info",info) //info 内容为"hello",并且正常返回info.len //server int get_info(std::string & info) { info = "hello"; return info.length(); } 非常感谢!

in function _log(std::size_t pos, Args&&... args)_ it will execute multiple times buffer_or_write(&index, sizeof(uint8_t)); so it seems lockfree queue will not work for buffer write interfaces. but how to use lockfree...