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()
|
await PollWebsocket()
|
||||||
RenderingServer.force_draw()
|
RenderingServer.force_draw()
|
||||||
DisplayServer.process_events()
|
DisplayServer.process_events()
|
||||||
|
await get_tree().create_timer(0.1).timeout
|
||||||
|
|
||||||
|
|
||||||
func PollWebsocket():
|
func PollWebsocket():
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
[core]
|
[core]
|
||||||
auth_key=ay1234
|
hostname="default"
|
||||||
|
auth_key="ay1234"
|
||||||
websocket_url="ws://localhost:6980"
|
websocket_url="ws://localhost:6980"
|
||||||
public_path="http://localhost:8899/"
|
public_path="http://localhost:8899/"
|
||||||
output_dir="user://output"
|
output_dir="user://output"
|
||||||
|
|||||||
Reference in New Issue
Block a user