-
-
Notifications
You must be signed in to change notification settings - Fork 289
Closed as not planned
Labels
Description
I just updated my 'old' program to the latest v8.3.3 from 2.x.x.
My app first makes the get-playlists request in one thread via ExecutorService.
Then, it immediately makes the get-devices request and it takes the exception:
Connection [Not bound] is still allocated
If I make the get-devices request when the get-playlists completes, all is fine.