Привязка SignalR: как настроить параметры прокси-сервера http во время разработки в Visual Studio 2017? - PullRequest
0 голосов
/ 07 декабря 2018

При запуске func.exe из Visual Studio 2017 за брандмауэром привязка SignalR не может подключиться к службе Azure SignalR.Что нам нужно настроить?

Исключение:

[6-12-2018 14:09:42] Executed 'SendSignalRMessage' (Failed, Id=8d574364-87ff-489f-896f-fefafa7e47a3) [6-12-2018 14:09:42] System.Private.CoreLib: Exception while executing function: SendSignalRMessage. System.Private.CoreLib: One or more errors occurred. (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond). System.Net.Http: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. System.Private.CoreLib: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Пакет Microsoft.Azure.WebJobs.Extensions.SignalRService версия 1.0.0-preview1-10025.

Также возник вопросGitHub здесь: https://github.com/Azure/azure-functions-core-tools/issues/915

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...