vizor-games / InfraworldRuntime

A solution that enables Unreal Engine 4 to work with Google gRPC services from either C++ or Blueprints.
Apache License 2.0
169 stars 56 forks source link

Added new base class for RPC Client Worker so that more code could be… #17

Closed koriandrei closed 4 years ago

koriandrei commented 4 years ago

… moved to templates, making it easier to add new features

Fixed an issue where a request with long deadline could block the application from closing if a service doesn't respond Fixed an issue where if an application closes before connection is established, the outstanding connection would not be closed and application won't either

koriandrei commented 4 years ago

AFAIK this also fixes https://github.com/vizor-games/InfraworldRuntime/issues/16