Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue~~ #5

Open
wilson0506 opened this issue Jul 12, 2018 · 0 comments
Open

issue~~ #5

wilson0506 opened this issue Jul 12, 2018 · 0 comments

Comments

@wilson0506
Copy link

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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant