Daniel Julius Lasiman
Results
2
issues of
Daniel Julius Lasiman
Generally, the maximum number of concurrent connections shouldn't be unbounded and should be limited to some number. In actix-web, the default limit is 25k and it's configurable via [`actix_web::HttpServer::max_connections`](https://docs.rs/actix-web/3.3.2/actix_web/struct.HttpServer.html#method.max_connections). I...
feature
Upgrading Spotify to the newest version broke some hotkeys, e.g. playback controls (play, pause, next, previous). Have you found the workaround of this? Thanks.