Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: use default_uid to replace uid of actors which may override the xoscar actor's uid property #2214

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

qinxuye
Copy link
Contributor

@qinxuye qinxuye commented Sep 2, 2024

Fixes xorbitsai/xoscar#103

The reason is because these actors use uid() to generate default uid, which override the xoscar.Actor's uid property, hence change them to default_uid().

@XprobeBot XprobeBot added the bug Something isn't working label Sep 2, 2024
@XprobeBot XprobeBot added this to the v0.14 milestone Sep 2, 2024
@qinxuye qinxuye merged commit fcd1902 into xorbitsai:main Sep 3, 2024
13 checks passed
@qinxuye qinxuye deleted the enh/actor_uid branch September 3, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] actor_ref在创建之后,通过actor_ref方法获取时,uid丢失,变成了None
3 participants