Home Forums Support how to disable Output debug messages: bytes_recv and bytes_send

Tagged: 

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1027
    Anonymous
    Inactive

    How can we stop the continuous display of these messages in out Visual Studio Output window? We have a C# app built with Visual Studio 2010 that communicates to an iPad app built with Xamarin Studio Monotouch C#.
    Both use NetworkComms.Net to communicate.
    When connected by USB, these debug messages spam the Output window.
    When connected by WIFI, all is fine; there are none of these messages.

    Sample messages:

    bytes_recv = 256; bytes_send = 256
    bytes_recv = 256; bytes_send = 256
    bytes_recv = 256; bytes_send = 256
    bytes_recv = 256; bytes_send = 256

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.