godotengine / godot-demo-projects

Demonstration and Template Projects
https://godotengine.org
MIT License
5.74k stars 1.59k forks source link

[WebSocket] Fix chat demo to updated TLS function. #918

Closed Faless closed 1 year ago

Faless commented 1 year ago

Old cert + key/servername have been replaced with the new TLSOption configuration object.

The scene changes are just the result of opening the project and re-saving the scene with godot 4.0.2 stable.

Faless commented 1 year ago

Needs cherry pick to the 4.0 brannch.

Faless commented 1 year ago

Let me know if you prefer I split the scene and GDScript changes.

mhilbrunner commented 1 year ago

Note that here is already https://github.com/godotengine/godot-demo-projects/pull/909