uint not support ?

Options
oman
oman
edited June 2012 in Photon Server
why the parameter send in dictionary can't be uint? I tested if I send a uint param, the server can't receive the request .

Comments

  • Tobias
    Options
    uint is not supported. Neither are ushort, etc.
    Cast to int and back to uint where needed, pls.