beetlex-io / XRPC

dotnet high performance remote interface and delegate invoke(RPC) communication components,support millions RPS remote interface method invokes
Apache License 2.0
84 stars 22 forks source link

Controller folder has been removed in 'src/BeetleX.XRPC.csproj' #11

Closed nero-philip-wang closed 4 years ago

nero-philip-wang commented 4 years ago

Controller folder has been removed in 'src/BeetleX.XRPC.csproj' which causes ControllerAttribute cannot been compiled and the demo in README.md cannot work.

nero-philip-wang commented 4 years ago

看了一下代码,现在那个属性已经修改到EventNext库了,但是EventNext/src/EventCenter.cs中的245行的提示不对,因为你已经改用了ServiceAttribute,而且readme的demo也还没改

beetlex-io commented 4 years ago

最新文档建议看 http://doc.beetlex.io/