ASP. NET, Azure и SignalR - серверные функции не вызываются из клиента - PullRequest
0 голосов
/ 28 мая 2020

У меня проблема при использовании SignalR trough Azure (ASP. NET). Я настроил свой серверный концентратор, и сгенерированный клиентский концентратор js получает все серверные функции от серверного концентратора, но когда я вызываю серверные функции на клиенте, они не вызываются на сервере.

На вкладке сообщений в Chrome в веб-сокете, я могу, что сообщения отправляются по открытому соединению на azure, но где-то по пути от azure к серверу они исчезают.

У кого-нибудь еще была такая же проблема, и он знает, в чем может быть проблема?

Журнал:

Microsoft.Azure.SignalR Information: 0 : [Microsoft.Azure.SignalR.Connections.Client.Internal.WebSocketsTransport]Starting transport. Transfer mode: Binary. Url: 'wss://xxxx.service.signalr.net/aspnetserver/?hub=testing.startup_testing.startup&cid=xxxxc'.
    Microsoft.Azure.SignalR Information: 0 : [Microsoft.Azure.SignalR.Connections.Client.Internal.WebSocketsTransport]Starting transport. Transfer mode: Binary. Url: 'wss://xxxx.service.signalr.net/aspnetserver/?hub=testing.startup_negguhub&cid=xxxx'.
    Microsoft.Azure.SignalR Information: 0 : [Microsoft.Azure.SignalR.Connections.Client.Internal.WebSocketsTransport]Starting transport. Transfer mode: Binary. Url: 'wss://xxxx.service.signalr.net/aspnetserver/?hub=testing.startup_xxxx&cid=xxxx'.
    Microsoft.Azure.SignalR Information: 0 : [Microsoft.Azure.SignalR.StrongServiceConnectionContainer]Hub 'NegguHub' is now connected to '(Primary)https://xxxx.service.signalr.net'.
    Microsoft.Azure.SignalR Information: 0 : [Microsoft.Azure.SignalR.StrongServiceConnectionContainer]Hub 'xxxx' is now connected to '(Primary)https://xxxx.service.signalr.net'.
    Microsoft.Azure.SignalR Information: 0 : [Microsoft.Azure.SignalR.StrongServiceConnectionContainer]Hub 'Testing.Startup' is now connected to '(Primary)https://xxxx.service.signalr.net'.
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
    Microsoft.Azure.SignalR Error: 0 : [Microsoft.Azure.SignalR.AspNet.ServiceConnection]Error when processing messages. Id: dea3a65d-3785-4a49-9821-73eb6552306c
...