Results 2 issues of Vis

How do I keep a long connection? My android app is easy to disconnect

hello I have not been able to find the cause of this problem, can you please help me analyze it? ``` class MMDetection(LabelStudioMLBase): def __init__(self, config_file='D:/Code/AI/mmdetection/configs/faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py', checkpoint_file='D:/Code/AI/mmdetection/demo/checkpoints/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth', image_dir='D:/Code/AI/mmdetection/demo/laeblstudioml', labels_file='{"airplane":"airplane","car":"car","person":"person"}', score_threshold=0.1,...