plac-for-apple-platform

Unofficial Roon client for Apple devices

core: Upgrade libmoo (u64 request_id migration) libmoo previously used i64 for request_id. While Roon server accepts requests with i64 request_id, having negative number IDs looks weird. Also, the current implementation starts from 0 thus half of the space has been remaining unused. Using u64 for request_id just has pros.

Changes

6 changed files (+20/-20)