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

Coroutines based server #2344

Closed
JavierSegoviaCordoba opened this issue Oct 29, 2022 · 1 comment
Closed

Coroutines based server #2344

JavierSegoviaCordoba opened this issue Oct 29, 2022 · 1 comment

Comments

@JavierSegoviaCordoba
Copy link

The original gPRC docs show that they are generating some ImplBase(), for example, GreeterGrpcKt.GreeterCoroutineImplBase(), which suspend functions.

Is it planned to do the same with Wire?

Using rpcCallStyle = "suspending" doesn't work as it generates code that doesn't compile, and there is no suspend function in the generated code.

@oldergod
Copy link
Member

oldergod commented Jul 4, 2023

Unfortunately, there is no plan to implement this.

@oldergod oldergod closed this as completed Jul 4, 2023
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

No branches or pull requests

2 participants