Asynchronous calls to Playground Sessions Server

General user help and bug reports for Playground Sessions for Windows
Locked
peter
Posts: 13
Joined: Mon Nov 26, 2018 5:46 pm

Asynchronous calls to Playground Sessions Server

Post by peter » Sun Aug 18, 2019 8:35 pm

Hi there,

There are a number of instances where the UI is performing noticeably poorly when the callbacks to your playground sessions server lags. This will primarily be because of poor internet connections, congestion and latency from traffic coming from the other side of the world.
I expect that this is not visible for you in your in-house testing unless you have tested it with bandwidth throttling.

The specific areas where this is most annoying are:
1. Grading the song. There is a delay of 5 -> 10+ seconds at the end of playing a song or course. Specifically when doing bootcamp levels where the exercises are short and the user may need to do them over and over again. (There is a repeat function that skips the grading, but it would be nice if this wasn't necessary, and still needs to be turned off in order to be graded and move onto the next section)

2. Logging in and/or changing between rookie/moderate/advanced levels in bootcamp. This information should already be stored locally, so should be able to be displayed immediately (It's visible in offline mode). An asynchronous call could be fired off in the background to ensure that the list is up to date & consequently cause the UI to be updated.

peter
Posts: 13
Joined: Mon Nov 26, 2018 5:46 pm

Re: Asynchronous calls to Playground Sessions Server

Post by peter » Sun Aug 18, 2019 10:46 pm

Just wanted to add that related to this, Windows keeps reporting that the screen keeps going white and Windows reports that the "application is inactive" when switching between tabs. This is presumably because the application is using the UI thread to do the call to the server and therefore blocking the event queue from performing any updates until this is complete. If these call were done in the background, the UI could continue happily switching between whatever the user selects.

andrewwegierski
Posts: 783
Joined: Fri Apr 06, 2018 4:37 pm

Re: Asynchronous calls to Playground Sessions Server

Post by andrewwegierski » Mon Aug 19, 2019 2:26 pm

Peter,

Thanks for the post. Could you forward this information to support@playgroundsessions.com?

There i'll be able to forward it directly to a developer.
Andrew Wegierski

Customer Support Representative
Music Arranger

support@playgroundsessions.com

peter
Posts: 13
Joined: Mon Nov 26, 2018 5:46 pm

Re: Asynchronous calls to Playground Sessions Server

Post by peter » Mon Aug 19, 2019 7:36 pm

Done, thanks. :)

Locked