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

WithStateが余計にcloneされている #261

Closed
H1rono opened this issue Dec 12, 2024 · 0 comments · Fixed by #262
Closed

WithStateが余計にcloneされている #261

H1rono opened this issue Dec 12, 2024 · 0 comments · Fixed by #262

Comments

@H1rono
Copy link
Owner

H1rono commented Dec 12, 2024

1

let mut s = self.service.clone();

2

self.service.call((self.state.clone(), request))

self.service.call((self.state.clone(), request))

Arc::unwrap_or_cloneを使う

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant