update packet ids

This commit is contained in:
Green Sky 2023-08-06 18:36:21 +02:00
parent 2a143a4c2e
commit 5c4bb1aa42
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View File

@ -36,7 +36,7 @@ if (${CMAKE_CXX_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_CXX_COMPILER_ID} STREQUAL
)
if (NOT WIN32)
link_libraries(-fsanitize=address,undefined)
#link_libraries(-fsanitize=address,undefined)
#link_libraries(-fsanitize=undefined)
endif()
elseif (${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC")

@ -1 +1 @@
Subproject commit 2b186a30715fb0e03eb9b45117cccc47eb386298
Subproject commit 026bf080c3de5aab84d8fae0d3e3c0f04e94e880

View File

@ -215,7 +215,6 @@ bool ToxClient::iterate(void) {
_rejoin_group_timer -= time_delta;
if (_rejoin_group_timer <= 0.f) {
_rejoin_group_timer = 6.f * 60.f;
std::cerr << "TCL rejoin timer!\n";
forEachGroup([this](const uint32_t group_number) {
// is connected or trying to connect