awslabs / aws-crt-python

Python bindings for the AWS Common Runtime
Apache License 2.0
87 stars 43 forks source link

use the recv filepath directly from C #591

Closed TingDaoK closed 3 weeks ago

TingDaoK commented 4 weeks ago

As we support recv filepath in C now, we can remove the extra layer we did only for python binding and pass it down to C directly.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.