Commit f323e3dd authored by tongzifang's avatar tongzifang

1.2.6 去除多次链接判断

parent 50c2d564
......@@ -30,7 +30,7 @@ android {
}
}
group 'com.qmai.android.zqtoolkit'
version '1.2.5'
version '1.2.6'
gradlePublish {
......
......@@ -86,10 +86,10 @@ object ScaleHub : ScaleBaseAction {
SHOP_ASSITANT_2C -> tryInitSDK2C()
SHOP_ASSITANT_2B -> tryInitSDK(scale)
}
//称只给连一个端口,其他端口用其他hub
if (isScaleSuccess()) {
return
}
// //称只给连一个端口,其他端口用其他hub
// if (isScaleSuccess()) {
// return
// }
scaleKit?.run {
if (connectJob == null) {
connectJob = CoroutineScope(EmptyCoroutineContext)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment