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
header_encoding property of hyper-h2 changed in version 3.0.0: Changed default value from 'utf-8' to None, find in their document: https://python-hyper.org/projects/h2/en/stable/api.html.
So i think aioapns package should explicit set header_encoding property to None.
The text was updated successfully, but these errors were encountered:
header_encoding property of hyper-h2 changed in version 3.0.0: Changed default value from 'utf-8' to None, find in their document: https://python-hyper.org/projects/h2/en/stable/api.html.
So i think aioapns package should explicit set header_encoding property to None.
The text was updated successfully, but these errors were encountered: