aconstlink / natus

[Discontinued] Software Framework for Audio/Visual/Interactive Real-Time Applications
https://aconstlink.de
MIT License
0 stars 0 forks source link

Oids are overwritten #198

Closed aconstlink closed 4 years ago

aconstlink commented 4 years ago

oids in the backend are overwritten during construction of the object by the id constructor. A backend needs to set the oid directly for its bid.

Solution is to add a setter for the oid and not assigning by operator = .

Fix for