redundant debug message upon room join
Posted: 23 Apr 2010, 13:03
In SmartFox C# API v1.2.4, when a connection is established and the user is joining a room, a message is written to the console, e.g.:
Apparently, this is a result of XmlUtil.Dump invocation in SysHandler.cs:372:
When I use the API in various command-line tools, the message is a little annoying. Hope you will consider a fix.
Thank you!
--
Sergii Volchkov
Code: Select all
u(Element: )
i = 9
m = 0
n(Element: )
#cdata-section(CDATA: generator)
vars(Element: )Code: Select all
XmlUtil.Dump(usr, 0);Thank you!
--
Sergii Volchkov