mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 11:40:06 +00:00
7cd80e6a6d
Which was unused internally, and can be replaced by: ``` while tls.get_status() == tls.STATUS_HANDSHAKING: tls.poll() ```