specklepy icon indicating copy to clipboard operation
specklepy copied to clipboard

Don't use blocking IO for send and receive

Open gjedlicska opened this issue 3 years ago • 0 comments

Expected vs. Actual Behavior

Server transport uses synchronous blocking requests.

Proposed Solution (if any)

Other parts of the app uses aiohttp, replace the server transport requests call with aiohttp.

gjedlicska avatar Jan 30 '21 16:01 gjedlicska