1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00
Files
godot/doc/classes
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
..
2022-09-15 11:39:03 +02:00
2022-09-01 22:13:46 +02:00
2023-01-18 17:05:15 +01:00
2022-09-15 11:39:03 +02:00
2022-11-22 17:59:45 +01:00
2023-01-14 14:41:51 +01:00
2023-01-08 18:47:48 +01:00
2022-11-22 17:59:45 +01:00
2022-08-23 19:49:50 +02:00
2022-10-31 15:19:48 +08:00
2022-11-12 13:49:12 +02:00
2022-11-12 13:49:12 +02:00
2022-11-22 17:59:45 +01:00
2022-12-15 12:24:08 +01:00
2022-11-20 19:25:13 +01:00
2023-01-08 18:47:48 +01:00
2022-11-20 19:25:13 +01:00
2022-11-04 13:32:52 +01:00
2022-11-22 17:59:45 +01:00
2023-01-21 12:56:28 +01:00
2023-01-17 21:34:10 +01:00
2022-11-22 17:59:45 +01:00
2023-01-10 12:13:23 +03:00
2022-08-04 13:45:54 -05:00
2022-10-07 20:10:18 +02:00
2022-08-02 11:53:28 -05:00