The following code hangs my open socket connection:
unsigned char png[3]; png[0] = 0xC0; png[1] = 0x0; lRetVal = sl_Send(mySock, png, 2, 0);
If I set png[1] to other than 0 it works fine.
Can someone verify or describe a possible solution?
Thanks, Tom