You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging dotnet core,
it shows "You need to find WebSocketConnection.cs to view the source for the current call stack frame"
Locating source for '/Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs'. Checksum: SHA1 {27 d2 a e8 e2 9 1d c2 c8 6b b9 ac 1a aa 91 89 6f 2b d8 e8}
Looking in script documents for '/Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs'...
Looking in the Edit-and-Continue directory 'C:\websites\tm4\enc_temp_folder'...
The file with the matching checksum was not found in the Edit-and-Continue directory.
Looking in the projects for '/Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs'.
The file was not found in a project.
Searching for documents embedded in the symbol file.
An embedded document was not found.
The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: /Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs.
The debugger could not locate the source file '/Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs'.
The text was updated successfully, but these errors were encountered:
PM> Install-Package RealtimeMessaging.DotNetCore
then
try
IOrtcFactory factory = api.LoadOrtcFactory("RealTimeSJ");
ortcClient = factory.CreateClient();
ortcClient.ClusterUrl = "http://ortc-developers.realtime.co/server/2.1/";
ortcClient.ConnectionMetadata = "myConnectionMetadata";
await ortcClient.Connect("XXXX", "YYYYY");
ortcClient.Send("My Channel", "Hello");
having error.........
When debugging dotnet core,
it shows "You need to find WebSocketConnection.cs to view the source for the current call stack frame"
Locating source for '/Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs'. Checksum: SHA1 {27 d2 a e8 e2 9 1d c2 c8 6b b9 ac 1a aa 91 89 6f 2b d8 e8}
Looking in script documents for '/Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs'...
Looking in the Edit-and-Continue directory 'C:\websites\tm4\enc_temp_folder'...
The file with the matching checksum was not found in the Edit-and-Continue directory.
Looking in the projects for '/Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs'.
The file was not found in a project.
Searching for documents embedded in the symbol file.
An embedded document was not found.
The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: /Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs.
The debugger could not locate the source file '/Users/joaocaixinha/Documents/Realtime_git/GitHub/RealtimeMessaging-DotNetCore/RealtimeMessaging.DotNetCore/RealtimeMessaging.DotNetCore/Plugin/RealTimeSJ/WS/WebSocketConnection.cs'.
The text was updated successfully, but these errors were encountered: