作者:小阳阳93_967 | 来源:互联网 | 2023-09-24 11:37
当android与套接字io(node js)服务器连接但滚动缓慢但不包含离线数据时
IO.Options opts = new IO.Options();
opts.forceNew = true;
opts.recOnnection= true;
opts.recOnnectionAttempts= 3;
opts.recOnnectionDelay= 200;
socket = IO.socket(BuildConfig.CHAT_URL,opts);