Why send if there is nothing to send? :-S
(just curious) ;-)
API cannot handle null strings
rdz zei
een tijd geleden | Bericht #2
zproxy zei
een tijd geleden | Bericht #3Sending null would trigger int the receiver something different than sending a non null string for example.
Chris zei
een tijd geleden | Bericht #4Well the best you can do as of now is to send an empty string - I somewhat fail to understand why you would send null anyway?
Antwoord op onderwerp
Schrijf je nu in om te kunnen antwoorden op onderwerpen
zproxy zei
een tijd geleden | Bericht #1Error: object is not yet supported
at Nonoba.api::Message/add()
at Nonoba.api::Message/Add()
Even as you do not support objects maybe you could add a special case for null objects as it would allow to pass null strings.
What do you think?
As a workaround I will use empty string instead of null string.