Skip to content

Commit

Permalink
Vutils
Browse files Browse the repository at this point in the history
  • Loading branch information
vic4key committed Aug 31, 2024
1 parent 137b315 commit 4b1289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/details/asyncsocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static DWORD WINAPI AsyncSocket_Threading(LPVOID lpParam)
auto ptr = reinterpret_cast<vu::AsyncSocket*>(lpParam);
assert(ptr != nullptr);

ptr->run();
ptr->run(false);

return 0;
}
Expand Down

0 comments on commit 4b1289b

Please sign in to comment.