sumologic-python-sdk icon indicating copy to clipboard operation
sumologic-python-sdk copied to clipboard

Add Async IO support

Open dszakallas opened this issue 7 years ago • 0 comments

I added a proof of concept implementation for this lib whihc uses async http: https://aiohttp.readthedocs.io/en/stable/index.html I don't know yet how to include this code in a way that does not break interpreters below 3.5. I want to avoid putting it into a string and execing.

I am not very familiar with Python yet, so I appricieate any help on this. Thanks!

dszakallas avatar Nov 10 '17 19:11 dszakallas