0

WebSocket4Net 0.15.2 で PusherClient 0.5.1 を使用します。

NuGet の更新が山積みになった後、Connect() を実行しようとすると既存のコードが壊れるようになりました。以下のように:

    var pusher = new Pusher("de504dc5763aeef9ff52");
    pusher.Connect();

エラーは次のとおりです。

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()
4

2 に答える 2