rdrop / exponent-server-sdk-elixir

Use to send push notifications to Exponent Experiences from an Elixir/Phoenix server.
MIT License
19 stars 15 forks source link

Timeout error when send Multiple Messages to expo backend #2

Open vuvantoan95 opened 4 years ago

vuvantoan95 commented 4 years ago

%HTTPoison.Error{id: nil, reason: :timeout} ////////////////////////////////////////////////////////////////////////// 03:38:07.879 [error] Process #PID<0.11794.0> on node :"pancake_v2@web-app-7" raised an exception ** (HTTPoison.Error) :timeout (exponent_server_sdk) lib/exponent_server_sdk/push_notification.ex:19: ExponentServerSdk.PushNotification.request!/5 (exponent_server_sdk) lib/exponent_server_sdk/push_notification.ex:46: ExponentServerSdk.PushNotification.push_list/1

rdrop commented 4 years ago

I'll look into this next week and update