OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
625 stars 214 forks source link

[Bug]: OneSignal SDK 5.1.0 - Connection Error: "nw_resolver_start_query_timer_block_invoke [C1.1.1] Query Timeout #850

Open burhanaksendir opened 8 months ago

burhanaksendir commented 8 months ago

What happened?

I am using OneSignal SDK version 5.1.0, and consistently encountering the error "nw_resolver_start_query_timer_block_invoke [C1.1.1] Query fired: did not receive all answers in time for api.onesignal.com:443" in the application logs. This error indicates a connection issue with the OneSignal API.

Steps to reproduce?

Launch the application.
Check the logs for the error message "nw_resolver_start_query_timer_block_invoke [C1.1.1] Query fired: did not receive all answers in time for api.onesignal.com:443."

What did you expect to happen?

I expected the OneSignal SDK to function stably without encountering the "nw_resolver_start_query_timer_block_invoke [C1.1.1] Query fired: did not receive all answers in time for api.onesignal.com:443" error.

OneSignal Flutter SDK version

5.1.0

Which platform(s) are affected?

Relevant log output

nw_resolver_start_query_timer_block_invoke [C1.1.1] Query fired: did not receive all answers in time for api.onesignal.com:443
nw_resolver_start_query_timer_block_invoke [C2.1.1] Query fired: did not receive all answers in time for api.onesignal.com:443

Code of Conduct