jkooker / idimp

Automatically exported from code.google.com/p/idimp
0 stars 0 forks source link

cannot write to debug wavefile when networking socket is created #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Debug wavefile writing works just fine until the moment the socket is
created for networking.  Two guesses of possible causes:

-there is some bug in the networking code that depends on a certain number
of open file descriptors, and it can't handle there being a file open at
the same time a socket is open

-there is some limit in the iPhone OS that only allows one file descriptor
to be open at a given time (ouch...)

Original issue reported on code.google.com by meeshmu...@gmail.com on 11 Dec 2008 at 6:45