Conversation
Member
|
这个好像和 mux 那个不是同一个问题? |
Member
Author
一个问题 SetAttribute() 和 Attribute() 都会尝试访问那个map 如果同时访问race了就boom 之前只给 SetAttribute() 加锁了 |
Member
|
这个不是 sniff 引发的吗 |
Member
|
就是说为什么 sniff 也有 race |
Member
Author
就是 #3908 的问题 |
Member
|
所以还是 mux 导致的? |
Member
Author
|
Member
|
关键代码在哪里,我研究下能不能治本 |
Member
Author
见 #3718 吧 我也是从那来的() |
Member
|
|
Attributes as well
4 tasks
it2konst
pushed a commit
to it2konst/gametunnel-core
that referenced
this pull request
Mar 1, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
之前就看到了setattr那个函数(毕竟调的最多)
其他函数也可能遇到类似情况 补上了