onenewcode

Results 1 issues of onenewcode

本人把kitex中的[官方案例](https://www.cloudwego.io/zh/docs/kitex/getting-started/tutorial/#%E6%8E%A5%E5%85%A5%E6%9C%8D%E5%8A%A1%E6%B3%A8%E5%86%8C%E4%B8%AD%E5%BF%83)改成proto格式进行学习中出现了服务调用注册成功但是服务端出现以下报错 ``` 2024/03/02 19:28:21.320220 default_server_handler.go:242: [Error] KITEX: processing request error, remoteService=, remoteAddr=127.0.0.1:51069, error=default codec read failed: read tcp 127.0.0.1:8890->127.0.0.1:51069: wsarecv: An existing connection was forcibly closed by the remote host....