how to disable "bytes_recv = 256; bytes_send = 256" message spam in Visual
Studio Output window from C# and NetworkComms.Net app over USB to...
Only spams in USB, not WIFI.
How can we stop the continuous display (SPAM) of these messages in out
Visual Studio Output window? We have a C# app built with Visual Studio
2010 that communicates with 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,
comm is OK; there are none of these messages.
Sample of the SPAM 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
bytes_recv = 72; bytes_send = 72 bytes_recv = 256; bytes_send = 256
bytes_recv = 256; bytes_send = 256 bytes_recv = 256; bytes_send = 256
Cannot find messages in our code. Cannot find anything on Google. Have
posted request on NetworkComms.Net web.
No comments:
Post a Comment