Error with dotnet client
See original GitHub issueUsing PusherClient 0.5.1 with WebSocket4Net 0.15.2.
After a pile of NuGet updates, my existing code now breaks when I try to Connect(). As below:
var pusher = new Pusher("redacted");
pusher.Connect();
Error is:
System.MissingMethodException
HResult=0x80131513
Message=Method not found: ‘Void WebSocket4Net.WebSocket…ctor(System.String, System.String, System.Collections.Generic.List1<System.Collections.Generic.KeyValuePair
2<System.String,System.String>>, System.Collections.Generic.List1<System.Collections.Generic.KeyValuePair
2<System.String,System.String>>, System.String, System.String, WebSocket4Net.WebSocketVersion, System.Net.EndPoint)’.
Source=PusherClient
StackTrace:
at PusherClient.Connection.Connect()
at PusherClient.Pusher.Connect()
Issue Analytics
- State:
- Created 6 years ago
- Comments:25 (10 by maintainers)
Top Results From Across the Web
NET Framework 3.5 installation errors - Windows Client
Verify that the installation source contains a valid and complete set of files. If the problem persists, try to use a different installation ......
Read more >net core httpClient calls fail randomly with many different ...
I am using the dotnet core HttpClient like so: var response = await _HttpClient. SendAsync(requestMessage).
Read more >NET OpenClient getting incomplete client request errors
When the .NET client makes the request to the AppServer I get the following error: AS -- An incomplete client request. (8020).
Read more >Http client certificate authorization regression in .NET 5
Description After our project was updated to .NET 5 we found serious regression when trying to send certificate authorized HTTP request ...
Read more >HTTP Client Errors for ASP.NET
HTTP Client Errors. Once enabled, this feature automatically captures HTTP client errors, like bad response codes, as error events and reports them to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Found the wrong reference, killed it and now it’s working !
Gonna use the WebSocket version 0.14.1 for now, keep us posted though, if it’s possible to move to the latest will do!
thanks for everything! much appreciated
I am running into the same issue, and going back to 0.14.1 was not a fix for me.
I’ll stay tunned to this.