You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yasio always logs with a double newline adding empty lines:
[yasio][1718380710550][global] the yasio-4.2.2 is initialized, the size of per transport is 65864 when object_pool enabled.
[yasio][1718380710550][global] sizeof(io_event)=80
[yasio][1718380962389][index: 0] start query 127.0.0.1...
The issue is that one newline is added when formatting the log string here:
Yasio always logs with a double newline adding empty lines:
The issue is that one newline is added when formatting the log string here:
axmol/3rdparty/yasio/yasio/io_service.cpp
Line 76 in 1a39fbf
Then another one is added when printing here:
axmol/3rdparty/yasio/yasio/logging.hpp
Line 44 in 1a39fbf
I'm not sure which one should be removed, but my guess would be the one in printf.
This is probably affected by the same issue too:
axmol/3rdparty/yasio/yasio/logging.hpp
Line 38 in 1a39fbf
The text was updated successfully, but these errors were encountered: