kingmo888 / rustdesk-api-server

基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.2.3版本。
490 stars 114 forks source link

[Bug]: Connection between the clients takes a very long time #50

Closed Raabi91 closed 4 months ago

Raabi91 commented 4 months ago

What happened?

if there is a login to the api, the connection between the clients takes a very long time. Without login it is very fast

Operation System

Docker

Python Version

docker included

Run type Python/Docker

docker_compose

kingmo888 commented 4 months ago

If using webui login, the speed will be slow because all controls are drawn. If the client only logs in to the web API, it should not have a slow connection speed. According to the information I know, version 1.2.3, when the key is set on the server, will be slower.