You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
________________________________
发件人: wustzhy <[email protected]>
发送时间: 2017年10月17日 10:30:10
收件人: coderMyy/CocoaAsyncSocket_Demo
抄送: Subscribed
主题: [coderMyy/CocoaAsyncSocket_Demo] delegateQueue: dispatch_get_main_queue ? (#12)
_chatSocket = [[GCDAsyncSocket alloc]initWithDelegate:self delegateQueue:dispatch_get_main_queue()];
这里用main queue好吗? 用 新create的serial queue如何?
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#12>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVNHsG4dMHcIowRggBmysw1RMvJzRhPUks5stBExgaJpZM4P7fkD>.
_chatSocket = [[GCDAsyncSocket alloc]initWithDelegate:self delegateQueue:dispatch_get_main_queue()];
这里用main queue好吗? 用 新create的serial queue如何?
The text was updated successfully, but these errors were encountered: