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
As I read it, the field timeout is optional, not mandatory. However, my apns_connection crashes later when I attempt to send a push notification due to the fact it's not pattern matching correctly the field in:
According to the specification, the connection object to be passed as input parameter in apns_connection:init/1 is:
As I read it, the field
timeout
is optional, not mandatory. However, myapns_connection
crashes later when I attempt to send a push notification due to the fact it's not pattern matching correctly the field in:apns4erl/src/apns_connection.erl
Line 311 in 10b88a8
I see two options:
maps:find/3
providing a default valueThe text was updated successfully, but these errors were encountered: