apigear-io / objectlink-core-cpp

A object link protocol for C++ 14
MIT License
0 stars 3 forks source link

go through objectlink-core-cpp #8

Closed jryannel closed 1 year ago

jryannel commented 1 year ago

Image

Image

Image Image

General impression is that the design is a bit knotty.

Client/ Sink side General rule:

Server/source side

Protocol extracted to separate task https://github.com/apigear-io/objectlink-core-cpp/issues/15

Remarks from #9 issue

dorotaphanSiili commented 1 year ago

olinkClientMermaid.txt OlinkServerMermaid.txt sequence_diagram_client.txt sequence_diagram_server.txt

dorotaphanSiili commented 1 year ago

Check thread safety and race condition eg. same service, two requests of change each in different thread (different client)