略微降低客户端发言频率限制
发言id和文本之间加一个空格 框架跟进,修复textBox控件和listBox控件显示范围问题
This commit is contained in:
Submodule Zframework updated: 8a56f3f9b0...8e39257d64
@@ -474,7 +474,7 @@ end
|
|||||||
|
|
||||||
-- Room
|
-- Room
|
||||||
function NET.room_chat(msg,rid)
|
function NET.room_chat(msg,rid)
|
||||||
if not TASK.lock('chatLimit',1.626) then
|
if not TASK.lock('chatLimit',1.26) then
|
||||||
MES.new('warn',text.tooFrequent)
|
MES.new('warn',text.tooFrequent)
|
||||||
elseif #msg>0 then
|
elseif #msg>0 then
|
||||||
wsSend(1300,{
|
wsSend(1300,{
|
||||||
@@ -590,7 +590,7 @@ function NET.wsCallBack.room_chat(body)
|
|||||||
TASK.unlock('receiveMessage')
|
TASK.unlock('receiveMessage')
|
||||||
TASK.lock('receiveMessage',1)
|
TASK.lock('receiveMessage',1)
|
||||||
NET.textBox:push{
|
NET.textBox:push{
|
||||||
COLOR.Z,_getFullName(body.data.playerId),
|
COLOR.Z,_getFullName(body.data.playerId).." ",
|
||||||
COLOR.N,body.data.message,
|
COLOR.N,body.data.message,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user