rabbitControl / rcp-csharp

An RCP implementation for C#
3 stars 1 forks source link

Client sends all values back to server first time #2

Open azeno opened 5 years ago

azeno commented 5 years ago

I think it was mentioned in hackaton and also saw it now while running a local java server. Solution I guess would be to reset all changes flags after initialization - but how do we know on client that we got initialized? Init is only sent to server but not back. Any clever ideas?

i-n-g-o commented 5 years ago

this is true for the java implementation as well...