0

基本上我使用 NSNetService,它为您提供一对 i/o 流

- (void)netService:(NSNetService *)sender didAcceptConnectionWithInputStream:(NSInputStream *)inputStream outputStream:(NSOutputStream *)outputStream

但是,我需要同时使用多个流...

如何让多个 NSStream 在一个 NSStream 中工作?所以我可以让多个流使用 NSNetService

4

0 回答 0