-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
> When concurrently executing packet sending, there is a possibility of version overwrite * 🧶 Add `usingLock` logic to the publish interface to handle concurrent execution, which will prevent version overwrite * 🔨 Modify usingLock to include a return value indicating the success of lock creation ------ > 并发执行发包时,可能出现版本覆盖问题 1. 🧶 在发布接口中,添加 usingLock 逻辑,包同步场景不涉及 2. 🔨 `usingLock` 添加返回值,标记是否创建锁成功
- Loading branch information
Showing
3 changed files
with
74 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters