mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-21 18:55:16 +00:00
Reset recv udp flag on connection close
This commit is contained in:
parent
694c9e73d6
commit
2654650804
1 changed files with 1 additions and 0 deletions
|
@ -381,6 +381,7 @@ bool SocketClient::closeSocket() {
|
|||
|
||||
Logger::log("Closing Socket.\n");
|
||||
|
||||
has_recv_udp = false;
|
||||
bool result = false;
|
||||
|
||||
if (!(result = SocketBase::closeSocket())) {
|
||||
|
|
Loading…
Reference in a new issue