"Header of the buffer: Binary Size: 3." What does

Post here your questions about the Unity / .Net / Mono / Windows 8 / Windows Phone 8 API for SFS2X

Moderators: Lapo, Bax

Crazylena
Posts: 1
Joined: 09 Nov 2010, 07:39
Location: Donetsk, Ukraine

"Header of the buffer: Binary Size: 3." What does

Postby Crazylena » 09 Nov 2010, 07:58

I get many messages in my console in client-side application. What does this mean? It happens when I use code like this

Code: Select all

public void  SendMessage (SFSObject info)
{      
   string cmd = (string)info.GetUtfString("cmd");
   smartFox.Send(new ExtensionRequest(cmd,info,smartFox.LastJoinedRoom));
}


My SFSObject object is composed of 64 sub-SFSObjects
So, I get 64 message like this

Code: Select all

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...             

Header of the buffer: Binary Size: 3
12 00 03                                           ...         


What's happening? How can I suppress these messages?
I create my client in not-debug mode (smartFox = new SmartFox(_debug)).
I do not add listener SFSEvent.DEBUG_MESSAGE.
ThomasLund
Posts: 1297
Joined: 14 Mar 2008, 07:52
Location: Sweden

Postby ThomasLund » 09 Nov 2010, 13:29

Ahhh - thanks. There was a place where there was an old debug string which was not converted to the logging system.

Fixed in next release!

Best
Thomas

Return to “SFS2X C# API”

Who is online

Users browsing this forum: No registered users and 6 guests