Azure / azure-notificationhubs-dotnet

.NET SDK for Azure Notification Hubs
MIT License
70 stars 122 forks source link

retrieve timeout when I call GetInstallation(installationId) after update to 4.0 #156

Closed Martin-Stein closed 3 years ago

Martin-Stein commented 3 years ago

HI, I have updated from Microsoft.Azure.NotificationHub 3.3. to Microsoft.Azure.NotificationHubs 4.0.0. Before that my .Net-Backend worked fine!

But now I receive a timeout, when I try to get the installation by calling:

installation = Startup.hub.GetInstallation(installationId);

When I do the same within a console Application it works!

what can cause such a behaviour??

Kind regards,

Martin Stein

marstr commented 3 years ago

There was some tinkering with our Retry logic, and HTTP stack, but nothing that we believe should get in the way of fetching an Installation. Mind filing a support ticket through the Azure portal so that we can look at your namespace and traffic in particular?

Martin-Stein commented 3 years ago

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256

HI Martin,

I will open a support ticket through the Azure portal.

Thanks,

Martin

Von: Martin Strobel notifications@github.com Gesendet: Dienstag, 22. September 2020 20:50 An: Azure/azure-notificationhubs-dotnet azure-notificationhubs-dotnet@noreply.github.com Cc: Martin-Stein mytrainer@freenet.de; Author author@noreply.github.com Betreff: Re: [Azure/azure-notificationhubs-dotnet] retrieve timeout when I call GetInstallation(installationId) after update to 4.0 (#156)

There was some tinkering with our Retry logic, and HTTP stack, but nothing that we believe should get in the way of fetching an Installation. Mind filing a support ticket through the Azure portal so that we can look at your namespace and traffic in particular?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Azure/azure-notificationhubs-dotnet/issues/156#issuecomment-696912346 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AHUVMC73VLCI2WTHDXGHBFTSHDWWFANCNFSM4RV3YY7Q . https://github.com/notifications/beacon/AHUVMC5TB2REHXBNHT7RWW3SHDWWFA5CNFSM4RV3YY72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFGFATWQ.gif

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEe6W66Je6rKAErnssm/KDvG9XEY4FAl9sQJQACgkQm/KDvG9X EY50yQf7B9v2MCVVJ96fB4Ea7qDy/2Kb8VDm64X5vfKYxi01PfNVvI+OeNHpxhEH 2b3q//x4gH1L00sku+0rMnkWVB/4wygeTwmVqdYD1YPkrboaqCT4C9wb/VQIPCgf P8hHj6QMox3uzcQYI0uNR0FVPLO9H6b2++lEyRZ715eJKcVeX7F9sb6G29EYt+cC zyIZS6z9vAwkEN0rdo5Vdy0UIUAzM07YIkMlWVKV0DMug97HZ+XDALyeArcTVBac P8Pb6AWj3BSu2FK9TodQVBhL+0CB7fJaqpwkjKSpKUEtyuK5sUHc9HLwwZBtmxxh OJG8Q9EybzIDL15VJm2f8mWXzC8kcg== =78ZU -----END PGP SIGNATURE-----

Martin-Stein commented 3 years ago

My service plan does not allow to open a ticket :-(

mpodwysocki commented 3 years ago

@martin-stein is this still an issue or can we close it?

Martin-Stein commented 3 years ago

Hi, to be honest, the project is on hold. I have'nt developed it for I while. I suggest we close the issue.

Kind regards,

Martin