issues
search
Azure
/
azure-notificationhubs-samples
Microsoft Azure Notification Hubs Samples
Apache License 2.0
162
stars
241
forks
source link
Fix Python SDK
#95
Closed
tryjsky
closed
2 years ago
tryjsky
commented
3 years ago
This PR fix 4 problems in NotificationHub.py:
Sending a template notification with tags cause an error.
If is_direct is False, the service return status code 400.
It can't dump response headers in debug mode.
The status value of the return value is always None.
This PR fix 4 problems in NotificationHub.py: