Add timeout to handle close and add missing cfg template
Also adds the reno icon
This commit is contained in:
@@ -24,6 +24,7 @@ func InitWebsocket():
|
||||
await PollWebsocket()
|
||||
RenderingServer.force_draw()
|
||||
DisplayServer.process_events()
|
||||
await get_tree().create_timer(0.1).timeout
|
||||
|
||||
|
||||
func PollWebsocket():
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[core]
|
||||
auth_key=ay1234
|
||||
hostname="default"
|
||||
auth_key="ay1234"
|
||||
websocket_url="ws://localhost:6980"
|
||||
public_path="http://localhost:8899/"
|
||||
output_dir="user://output"
|
||||
|
||||
Reference in New Issue
Block a user