dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Race condition when binary answer download initiated multiple times in parallel #624

Closed randomir closed 3 months ago

randomir commented 3 months ago

Write operation to answer_data file is not thread-safe/atomic, so parallel downloads of the same answer will corrupt data.