SuperSocket icon indicating copy to clipboard operation
SuperSocket copied to clipboard

Error CS0246 The type or namespace name 'EasyClient' could not be found (are you missing a using directive or an assembly reference?)

Open GronbergInfo opened this issue 2 years ago • 1 comments
trafficstars

Hi, i have installed SuperSocket.ClientEngine and SuperSocket.ProtoBase into one of my projects and added

using SuperSocket;
using SuperSocket.ClientEngine;
using SuperSocket.ProtoBase;

But it cannot find the EasyClient in EasyClient client = new EasyClient();

Am i missing some part so i can get a client up and running?

GronbergInfo avatar Jun 28 '23 19:06 GronbergInfo

The required lib is SuperSocket.Client.

kerryjiang avatar Jul 29 '23 22:07 kerryjiang