audioscrobbler: call recv() and document some existing bugs
With waitall set to false, net_Read() is identical to recv() outside the input thread. This avoids allocating a bogus waitpipe.
Showing
Please register or sign in to comment
With waitall set to false, net_Read() is identical to recv() outside the input thread. This avoids allocating a bogus waitpipe.