jacky309
jacky309
> > interface TunerInterface { > > int currentFrequency; > > int maximumFrequency; > > int minimumFrequency; > > } > > Now, please consider the "AM to FM band...
> Well as you put it the issue is interoperability, we would like to use facelift in combination with other dbus frameworks in other languages. > With this PR it...
> > Why not sticking to the example which I suggested ? : > > Again, I have a radio tuner device, which is a stateful device. Its state is...
Added new test : https://github.com/Pelagicore/facelift/pull/305 Could you please check that your change does not break that test ? Could you please also squash your commits ?
"serializeOverIPC" is not a good name. Structures are always serialized to be sent over IPC... I would rather have an annotation on an interface, rather than on the structure definition.
> @jacky309 Can you please let me know what is still blocking the merge? Check the comments I made during the last days.
> I am not quite sure what is the purpose of this test. Moreover the behavior seems to be wrong - when we receive boolProperty1Changed, we expect only this one...
The early termination would be useful to avoid "consuming" one server thread for a client which is already disconnected anyway, since the way the request is currently processed is basically...