2015-09-28 43 views
0

從免費層將我的移動服務後端升級到基本層時,我一直遇到SignalR問題。我從客戶端得到的錯誤是:SignalR不適用於Azure移動服務.NET後端基本層

01:48:22.5196201 - null - ChangeState(Disconnected, Connecting) 
01:48:22.7613718 - d8633b78-1b64-49e0-8013-973986405a20 - WS Connecting to: wss://dev-sbp-ct.azure-mobile.net/signalr/connect?clientProtocol=1.4&transport=webSockets&connectionData=[{"Name":"scthub"}]&connectionToken=EMKwYVGq5cNqAzwXpHQzzKuu3Vq9q24%2B5SPCZKUBEPB8%2BF9jJSp4TDEpB9fO5vFn7Bo0WootRAHhY9R54jSIMQnkExGhwJ4YM1Kyzydd%2BrlTmuNROnI%2BB73t6OTX54f%2F 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
A first chance exception of type 'System.IO.IOException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
01:48:27.7842438 - d8633b78-1b64-49e0-8013-973986405a20 - Auto: Failed to connect to using transport webSockets. System.TimeoutException: Transport timed out trying to connect 
A first chance exception of type 'System.ObjectDisposedException' occurred in mscorlib.dll 
A first chance exception of type 'System.OperationCanceledException' occurred in mscorlib.dll 
A first chance exception of type 'System.OperationCanceledException' occurred in mscorlib.dll 
A first chance exception of type 'System.OperationCanceledException' occurred in mscorlib.dll 
A first chance exception of type 'System.OperationCanceledException' occurred in System.dll 
A first chance exception of type 'System.OperationCanceledException' occurred in mscorlib.dll 
A first chance exception of type 'System.OperationCanceledException' occurred in mscorlib.dll 
01:48:27.8032454 - d8633b78-1b64-49e0-8013-973986405a20 - SSE: GET https://dev-sbp-ct.azure-mobile.net/signalr/connect?clientProtocol=1.4&transport=serverSentEvents&connectionData=[{"Name":"scthub"}]&connectionToken=EMKwYVGq5cNqAzwXpHQzzKuu3Vq9q24%2B5SPCZKUBEPB8%2BF9jJSp4TDEpB9fO5vFn7Bo0WootRAHhY9R54jSIMQnkExGhwJ4YM1Kyzydd%2BrlTmuNROnI%2BB73t6OTX54f%2F 
01:48:27.8847691 - d8633b78-1b64-49e0-8013-973986405a20 - WS: OnClose() 
01:48:27.9207782 - d8633b78-1b64-49e0-8013-973986405a20 - SSE: OnMessage(Data: initialized) 
A first chance exception of type 'System.InvalidOperationException' occurred in System.dll 
A first chance exception of type 'System.InvalidOperationException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
01:48:32.8109745 - d8633b78-1b64-49e0-8013-973986405a20 - Auto: Failed to connect to using transport serverSentEvents. System.TimeoutException: Transport timed out trying to connect 
A first chance exception of type 'System.IO.IOException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in mscorlib.dll 
01:48:32.8209762 - d8633b78-1b64-49e0-8013-973986405a20 - LP Connect: https://dev-sbp-ct.azure-mobile.net/signalr/connect?clientProtocol=1.4&transport=longPolling&connectionData=[{"Name":"scthub"}]&connectionToken=EMKwYVGq5cNqAzwXpHQzzKuu3Vq9q24%2B5SPCZKUBEPB8%2BF9jJSp4TDEpB9fO5vFn7Bo0WootRAHhY9R54jSIMQnkExGhwJ4YM1Kyzydd%2BrlTmuNROnI%2BB73t6OTX54f%2F 
The thread 0x111c has exited with code 259 (0x103). 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
A first chance exception of type 'System.IO.IOException' occurred in System.dll 
A first chance exception of type 'System.Net.WebException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
A first chance exception of type 'System.Net.WebException' occurred in System.dll 
A first chance exception of type 'System.ObjectDisposedException' occurred in System.dll 
01:48:37.8628968 - d8633b78-1b64-49e0-8013-973986405a20 - Auto: Failed to connect to using transport longPolling. System.TimeoutException: Transport timed out trying to connect 
01:48:37.8709058 - d8633b78-1b64-49e0-8013-973986405a20 - Disconnected 
01:48:37.8714054 - d8633b78-1b64-49e0-8013-973986405a20 - Transport.Dispose(d8633b78-1b64-49e0-8013-973986405a20) 
01:48:37.8719060 - d8633b78-1b64-49e0-8013-973986405a20 - Closed 
A first chance exception of type 'System.TimeoutException' occurred in mscorlib.dll 
A first chance exception of type 'System.TimeoutException' occurred in mscorlib.dll 
A first chance exception of type 'System.TimeoutException' occurred in mscorlib.dll 
A first chance exception of type 'System.TimeoutException' occurred in mscorlib.dll 
A first chance exception of type 'System.TimeoutException' occurred in mscorlib.dll 

我試過使用Signalr Client 2.1.1版本,但它仍然沒有幫助。當我將移動服務切換回免費套餐時,它全部開始工作。有沒有人有這個問題?

回答

1

問題在Mobile Services Forums回答。摘要:如果將您的移動服務擴展爲基本或標準,則移動服務將Service Bus用作SignalR背板。如果通知中心命名空間被刪除,您將看到此錯誤。要解決此問題,請轉到移動服務的「推送」選項卡,然後選擇「重建通知中心」

相關問題