update packet ids

This commit is contained in:
2023-08-06 18:36:21 +02:00
parent 2a143a4c2e
commit 5c4bb1aa42
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")

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