Search code examples
iphoneios6

Setting timeout for NSInputStream and NSOutputStream


Can anyone please help setting a timeout for NSInputStream and NSOutputStream classes.


Solution

  • It seems that apple doesn't support this. The answer is to create a timer, or, using threads when applicable.