stream-chat-swift
stream-chat-swift copied to clipboard
CRASH - ChannelListController line 88
Hi @tr736-reclip,
Thanks for your report. Reviewing the info you provide, in the crashlog you can notice that this is a Watchdog termination, that usually means that there is a heavy task blocking the main thread and the system crashes the app. Also, in the stack trace I notice in 8 that the issue might be in a file called ChatService.swift, line 379 Please check that you are not blocking the main thread with heavy tasks and you can set the combine signal to the main thread/loop when it is appropriated using .receive(on:).
I leave a couple of links that you can check to understand the issue better:
- https://developer.apple.com/documentation/xcode/addressing-watchdog-terminations
- https://developer.apple.com/documentation/combine/publishers/map/receive(on:options:)
Hope this info helps you and let us know how it goes.
Regards, Hugo
Hi @tr736-reclip,
I'm closing the issue for inactivity, and also it seems the issue is an integration problem.
Let us know if you have any more questions, or if the info provided by Hugo did fix the problem.
Best, Nuno