sdk-codegen icon indicating copy to clipboard operation
sdk-codegen copied to clipboard

Investigate python sdk concurrency behavior

Open rollyjoel opened this issue 5 years ago • 0 comments

specifically, are we using the requests library appropriately if we're called in a threaded context. what about multi-processing? async should be fine - we just block for now (maybe consider non-blocking async support in the future)

rollyjoel avatar Mar 06 '20 17:03 rollyjoel