question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error with dotnet client

See original GitHub issue

Using 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.KeyValuePair2<System.String,System.String>>, System.Collections.Generic.List1<System.Collections.Generic.KeyValuePair2<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:closed
  • Created 6 years ago
  • Comments:25 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
martinsoloveycommented, Mar 20, 2018

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

1reaction
martinsoloveycommented, Mar 19, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found