1.修复漏洞
This commit is contained in:
@@ -62,12 +62,17 @@ class SocketUtilManageV2 {
|
||||
//监听socket相关行为
|
||||
EasySocket.getInstance().subscribeSocketAction(object : ISocketActionListener {
|
||||
override fun onSocketConnSuccess(socketAddress: SocketAddress?) {
|
||||
LogUtil.e("socket连接成功")
|
||||
//发送
|
||||
mTimer.schedule(timerTask {
|
||||
LogUtil.e("发送")
|
||||
EasySocket.getInstance().upMessage(mNeedSendMessage)
|
||||
}, 500)
|
||||
try {
|
||||
mTimer.cancel()
|
||||
LogUtil.e("socket连接成功")
|
||||
//发送
|
||||
mTimer.schedule(timerTask {
|
||||
LogUtil.e("发送")
|
||||
EasySocket.getInstance().upMessage(mNeedSendMessage)
|
||||
}, 500)
|
||||
} catch (e: Exception) {
|
||||
LogUtil.e("onSocketConnSuccess 异常:${e.message}")
|
||||
}
|
||||
}
|
||||
|
||||
override fun onSocketConnFail(socketAddress: SocketAddress?, isNeedReconnect: Boolean) {
|
||||
|
||||
@@ -944,7 +944,7 @@
|
||||
<string name="txt_furr_timer_friend_dec2">Five years of commitment will unlock the Furr-timer Friend badge!</string>
|
||||
<string name="txt_how_to_get">How to get?</string>
|
||||
<string name="txt_family_invitation">Family Invitation</string>
|
||||
<string name="txt_active_time1">Active Time:</string>
|
||||
<string name="txt_active_time1">Activated Time:</string>
|
||||
<string name="txt_family_invitation_dec1">Your friend</string>
|
||||
<string name="txt_family_invitation_dec2">invites you to become</string>
|
||||
<string name="txt_family_invitation_dec3">family.</string>
|
||||
|
||||
Reference in New Issue
Block a user