1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00
Files
godot/core/io
Fabio Alessandrelli 7cd80e6a6d [Net] Remove StreamPeerTLS.blocking_handshake option.
Which was unused internally, and can be replaced by:

```
while tls.get_status() == tls.STATUS_HANDSHAKING:
  tls.poll()
```
2023-01-28 11:08:02 +01:00
..
2023-01-19 13:02:18 +01:00
2023-01-19 13:02:18 +01:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-05 13:25:55 +01:00
2023-01-14 14:41:51 +01:00
2023-01-14 14:41:51 +01:00
2023-01-05 13:25:55 +01:00
2023-01-19 13:02:18 +01:00
2023-01-19 13:02:18 +01:00
2023-01-05 13:25:55 +01:00