Skip to content

Version 1.8.0.0

Compare
Choose a tag to compare
@MrNaif2018 MrNaif2018 released this 26 Dec 19:19
· 59 commits to master since this release
a2af842

We now use our new universalasync package to make this library running in both sync and async contexts

Therefore get_event_loop and idle functions were removed. They are accessible in the universalasync library.

Now __del__ finalizer stores a client session per event loop which should be the most correct way to handle access from many different threads and loops