This is because we use the pid, but we have Lwt threads here, so the clients will have the same datapath id, and the datapath is that string. Different connections to the same VDI should probably be represented by different datapaths and therefore different strings.
This is because we use the
pid
, but we have Lwt threads here, so the clients will have the same datapath id, and the datapath is that string. Different connections to the same VDI should probably be represented by different datapaths and therefore different strings.