-
Notifications
You must be signed in to change notification settings - Fork 737
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
多客户端连接连接至同一个服务器的时候,如果有一个客户端断开了,服务端就会停止广播,即使客户端重新连接,服务端也收不到任何的连接信息,需要服务端重启才能解决此问题 #262
Comments
服务端代码 import ( func main() {
} |
客户端代码 import com.backblaze.erasure.FecAdapt; import java.net.InetSocketAddress; /**
// buf.writeShort(++count);
}` |
求个c++的例子 |
go:kcp-go作为服务端
java:kcp-base作为客户端
go作为游戏数据转发
The text was updated successfully, but these errors were encountered: