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

macros: Avoid generating async methods when there are no ones in service impl #63

Open
DennisInSky opened this issue Jan 31, 2024 · 0 comments

Comments

@DennisInSky
Copy link
Member

Problem to Solve

The gservice macro always generates an async method for processing requests

Possible Solution

The gservice macro should determine if there are no async calls in service impl and generate sync method for processing requests

Notes

No response

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