Skip to content

Commit fc88414

Browse files
authored
refactor: performance optimization of pull messages. (#689)
* fix: Bug fix for clearing unread messages. Signed-off-by: Gordon <[email protected]> * fix: Bug fix for pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> * refactor: performance optimization of pull messages. Signed-off-by: Gordon <[email protected]> --------- Signed-off-by: Gordon <[email protected]>
1 parent 3750b0f commit fc88414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/interaction/long_conn_mgr.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,8 @@ func (c *LongConnMgr) handleMessage(message []byte) error {
550550
fallthrough
551551
case constant.PullMsgByRange:
552552
fallthrough
553+
case constant.PullMsgBySeqList:
554+
fallthrough
553555
case constant.SendMsg:
554556
fallthrough
555557
case constant.SendSignalMsg:

0 commit comments

Comments
 (0)