diff options
author | Yorick de Wid <yorickdewid@users.noreply.github.com> | 2024-04-16 10:32:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 10:32:11 +0200 |
commit | 61a2f5c53414eb471103a452a07228962a2d876a (patch) | |
tree | fa650d04d3c8c95f8169a21986209c54bddeaebf /platform/ios/export/export_plugin.cpp | |
parent | 4728ff30c0226b9918b29a6ba494dc61eae87639 (diff) | |
download | redot-engine-61a2f5c53414eb471103a452a07228962a2d876a.tar.gz |
FIX: Return if TCP is in STATUS_CONNECTED
If the `StreamPeerTCP` is polled and the TCP connection is `STATUS_CONNECTED` it should return after polling netsocket. Without `return` poll keeps calling `_sock->connect_to_host` and `connect()`.
Diffstat (limited to 'platform/ios/export/export_plugin.cpp')
0 files changed, 0 insertions, 0 deletions