thejinchao / turbolink

TurboLink is an unreal engine plugin enables Google gRPC work with Unreal Engine using C++ and Blueprint
MIT License
129 stars 32 forks source link

The client-streaming service is not supported. What should I do? #28

Closed shpz closed 6 months ago

shpz commented 7 months ago

The project requires sending audio data from the client to the server, but the code generated by the plugin does not support client streaming. How should I complete this part?

thejinchao commented 6 months ago

The new version can support client-side streaming RPC functions

shpz commented 6 months ago

The new version can support client-side streaming RPC functions

That cool!!!