problem with kCFSocketReadCallBack
- by zp26
Hello.
I have a problem with my program.
I created a socket with "kCFSocketReadCallBack.
My intention was to call the "acceptCallback" only when it receives a string to the socket.
Instead my program does not just accept the connection always goes into "startReceive" stop doing so and sometimes crash the program.
Can anybody help?
Thanks
…