Alex Zhang
Alex Zhang
Ya, same error if connect to a IPC with high resolution, after a long period it will crash. ``` tracker.update(detections) File "/home/x/Human-Falling-Detect-Tracks-master/Track/Tracker.py", line 145, in update matches, unmatched_tracks, unmatched_detections =...
何时解决呢?
Agree with misi. Set up an signaling server api, and then check the area of clients and return the suggested TURN to that client app.
个人觉得这个项目没必要用数据字典。
I'm trying to put the config/secret file on S3 then read it from the application. The idea comes from Aliyu Container Service, maybe ECS can internally support it.
I recommend you have a try on 'socketio-auth'
revert to the old version to fix the issue.
Revert rvm1-capistrano3 to 1.2.2 can fix this issue. When I using the latest 1.3.2.2, there is an issue will happen. cap aborted! SSHKit::Runner::ExecuteError: Exception while executing as root@aliyun: scp: ~/gjt-site/rvm1scripts/rvm-auto.sh:...
@mpapis You are right. It sshkit's bug. After I change the deploy_to path from "~/gjt-site" to absolute path "/root/gjt-site". The issue disappeared. I notice that rvm1-capistrano3 is using sshkit 1.2,...
@mpapis After I did some research and testing, finally I found it's a bug from the net-scp gem. There is a people also encountering such problem, https://github.com/net-ssh/net-scp/issues/9. So, for now,...