Problem description:
- Your online services epic slowly in Russia. 15-17 seconds on simplest request.
- Your online services requests (API?) works in synchronous mode in plugin. It’s epic fail in 2021.
To reproduce:
- Spotify starts quickly.
- No EQ icon near main menu.
- I choose song and click “Play”.
- Freeze around 15-17 seconds.
- EQ icon shows and song is playing.
Video: soptify.mp4
Second scenario:
- Start Spotify in File / OFFLINE MODE (no internet)
- Epic freeze around 1 minute
Without EQ - spotify works perfect in both scenarios.
Operating system:
windows10
Soundcard:
Steinberg UR22C
Spotify version
Spotify () for Windows
1.1.70.610.g4585142b
Equalify Pro version
1.4.10.5052 (HF 1.4.10.3bc7122) / 16
Any special software or hardware you might have installed:
none
Anything else that can be useful or is related to audio processing on your system
I think your plugin check license in synchronous mode during first startup. Your plugin must make all HTTP/S request in async mode with UI thread!
When I clicking “Check For Updates” EQ stops works before I see “No updates…”.
When I use offline mode in Spotify plugin can’t to check any online services - it must use cached values with some ttl.