spaceuptech / space-api-python

Apache License 2.0
6 stars 3 forks source link

Add Support for Async gRPC requests. #5

Open AliabbasMerchant opened 5 years ago

AliabbasMerchant commented 5 years ago

Currently, all the requests are blocking(synchronous).
Add the support for async gRPC requests.

A few ideas and related articles: