Questions about new features in Photon server v.3.4.22.6309

Options
BesoC
BesoC ✭✭
edited May 2014 in Photon Server
Some questions... :)

1.
[code2=plain]PSCS-1825: Added GetLastTouched() to peer interfaces, which returns a timestamp when the last data was received by that peer.[/code2]
How can i access this method? I didn't find it in PeerBase....

2.
[code2=plain]PSCS-1884: to support JavscriptSerializer auto conversion we added support Decimal (as double) and ArrayList .[/code2]
does it mean that we can send/receive decimals is operations/events?

Comments

  • [Deleted User]
    Options
    1. It has been added internally, but I just noticed that it has not yet been exposed for public use in the PeerBase class. Will be added there as well in the next release.

    2. No, that was more for internal use as well - we are building a feature were we pull JSON data from a Webservice, and this enables us to push the serialized data to the client "as it is". But it's not meant for use in operations / events. However, we already support the "double" data type.

    Sorry for the misleading descriptions.