update packet ids
This commit is contained in:
parent
2a143a4c2e
commit
5c4bb1aa42
@ -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")
|
||||
|
2
external/tox_ngc_ext/tox_ngc_ext
vendored
2
external/tox_ngc_ext/tox_ngc_ext
vendored
@ -1 +1 @@
|
||||
Subproject commit 2b186a30715fb0e03eb9b45117cccc47eb386298
|
||||
Subproject commit 026bf080c3de5aab84d8fae0d3e3c0f04e94e880
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user