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
Since I cannot reproduce the problem on my machine, I am not sure how to help you with the issue. My suggestion would be to try running the ClientServer example (which should work) and then figuring out what difference to your code produces the bug.
`
Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x1804d5bd0 objc_msgSend + 16
1 pos-offline 0x100980e9c -[AsyncClient
netServiceBrowser:didFindService:moreComing:] (AsyncClient.m:163)
2 CFNetwork 0x181536f00 -[NSNetServiceBrowser _dispatchCallBack:flags:error:] + 784
3 CFNetwork 0x18146400c _BrowseReply(_DNSServiceRef_t*, unsigned int, unsigned int, int, char const*, char const*, char const*, void*) + 576
4 libsystem_dnssd.dylib 0x1809aff14 handle_browse_response + 156
5 libsystem_dnssd.dylib 0x1809ae00c DNSServiceProcessResult + 620
6 CFNetwork 0x181463974 _SocketCallBack(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 32
7 CoreFoundation 0x180e115b0 __CFSocketPerformV0 + 1096
8 CoreFoundation 0x180e0cefc CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24
9 CoreFoundation 0x180e0c910 __CFRunLoopDoSources0 + 412
10 CoreFoundation 0x180e0a690 __CFRunLoopRun + 724
11 CoreFoundation 0x180d39680 CFRunLoopRunSpecific + 384
12 GraphicsServices 0x182248088 GSEventRunModal + 180
13 UIKit 0x185bb0d90 UIApplicationMain + 204
`
This crash stack, I think there maybe a issue of serviceBrowser's delegate
The text was updated successfully, but these errors were encountered: