kerryjiang / SuperSocket

SuperSocket is a light weight, cross platform and extensible socket server application framework.
Apache License 2.0
3.95k stars 1.15k forks source link

Where is SuperSocket Agent? #78

Open sakopov opened 8 years ago

sakopov commented 8 years ago

I'm upgrading from 1.6.4 and can't find SuperSocket.Agent in the installed packages. As far as I understand the agent isn't obsolete, so where do I find it?

kerryjiang commented 8 years ago

Probably it still in the nuget package, but you need reference it manually.

Actually your project doesn't really reference it, you just need it to run.

sakopov commented 7 years ago

v 1.6.4 has it in the nuget package. 1.6.6 doesn't. I can't find it in any nuget package i've downloaded. I ended up just copying the project and building it myself.