-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行例子程序 提示 panic: Peer type not found: tcp.Acceptor #53
Comments
哪个例子?报错详细提示? 运行下tests/Run.sh或者Run.bat会有问题么? |
README.md给的例子 |
协议 package test; message TestRequest { message TestResponse { 代码 |
这是你自己改的代码出的问题,不是cellnet自己带的出问题。 import里加入 |
我也有同样的问题,应该很简单,但是没有解决,可惜了。 panic: peer type not found 'tcp.Acceptor' goroutine 1 [running]: |
如题
The text was updated successfully, but these errors were encountered: