iOS Websocket

This commit is contained in:
pengfei.zhou
2019-08-14 10:08:33 +08:00
parent ba2a90a6c1
commit 0fa9c86ef8
9 changed files with 116 additions and 3 deletions

View File

@@ -62,4 +62,8 @@ - (void)destroyContext:(DoricContext *)context {
};
}
- (NSArray *)aliveContexts {
return [self.doricContextMap allValues];
}
@end