Jonathan ROY
Jonathan ROY
Hi @mika-fischer, I am having a similar issue, could you please elaborate on this: > you need to use the receiver constructor of ThreadSafeCallback and provide this->Value() as the receiver...
Ok I see! I didn't know how to set the `this` when calling `emit`, thank you very much.
Yes it was not clear in my initial post, as xfra35 said the problem only concerns when different fields of the same object are modified by differents users. I also...
Any news on this issue?
Thank you for your answer @krystianity. I thought a table was used to continually represent the **current** state of the application, not the state at a certain time. E.g. if...
@watson It does not happen when I start the Bonjour browser but then it happens quite often when a machine is restarted. But we are using custom services on a...
Ok you can easily reproduce it using the following code, then restarting a service (in my case, I don't reboot the machine but just restart the Bonjour service): ``` javascript...
Ok... Actually I tried to create a pull request for this project but it seems like I missed something!
According to [RFC 6763](https://tools.ietf.org/html/rfc6763#section-4.1.1): > The portion of the Service Instance Name is a user- > friendly name consisting of arbitrary Net-Unicode text [RFC5198]. It > MUST NOT contain ASCII...
Any ETA for this?