You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now pylibshout cannot be used from a thread. It should release the GIL while it sleeps inside shout_sync() and also whenever it calls blocking function (i.e. the i/o functions of libshout).
The text was updated successfully, but these errors were encountered:
Right now pylibshout cannot be used from a thread. It should release the GIL while it sleeps inside
shout_sync()
and also whenever it calls blocking function (i.e. the i/o functions of libshout).The text was updated successfully, but these errors were encountered: