Closed stickz closed 4 months ago
We can't send UDP tracker object references through std::bind() because it copies them, resulting in memory address errors. So we need to store them higher up in the connection manager, where they are always valid.
std::bind()
We can't send UDP tracker object references through
std::bind()
because it copies them, resulting in memory address errors. So we need to store them higher up in the connection manager, where they are always valid.