We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50acc7 commit 7a40466Copy full SHA for 7a40466
1 file changed
src/runtime/udp/manager.cc
@@ -23,7 +23,7 @@ namespace ssc::runtime::udp {
23
Lock lock(this->mutex);
24
for (const auto& entry : this->sockets) {
25
auto& socket = entry.second;
26
- if (socket != nullptr && (socket->isBound() || socket->isConnected())) {
+ if (socket != nullptr) {
27
socket->pause();
28
}
29
0 commit comments