What example did you start out with?
The above message is outputted in a few of the examples when a message of an unknown type is received in the client. (look for the default handler in the message handler switch)
"Got unhandled message > Nonoba.api.Message"
Chris zei
een tijd geleden | Bericht #2
Cyclone103 zei
een tijd geleden | Bericht #3I have had a similar issue. I followed the chat command example, and created a /users function which lists the number of users online in the game. Serverside code:
Client code:
It says the number of users is unhandled, even though it properly displays inside the chat. Its not a terrible issue, but it is annoying.....
Client code:
It says the number of users is unhandled, even though it properly displays inside the chat. Its not a terrible issue, but it is annoying.....
Chris zei
een tijd geleden | Bericht #4Mmm can you send me the code at chris [at] nonoba.com and I shall have a look at it :)
Cyclone103 zei
een tijd geleden | Bericht #5Sent. Thanks for the help!
Antwoord op onderwerp
Schrijf je nu in om te kunnen antwoorden op onderwerpen
actionsprite zei
een tijd geleden | Bericht #1I seem to get the value ok, and nothing appears broken, but wondering why this message is being outputted? what does it mean?
JMC