-
我看到现在有一个 [https://github.com/trpc/trpc](https://github.com/trpc/trpc) 项目,和您开发的 `TSRPC` 目标一致,不知道您这个项目的优势在哪里呢?
myesn updated
2 years ago
-
准确的说应该是服务协议文件是否可以多个,不把所有协议编到一个文件里
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
I am using Next.js 13 with turbo repo.. can any one solve t…
-
Invalid request buffer, please check the version of service proto.
-
Why the latest tag is v2.3.2?Why the Official website latest version is v3.2.3? And we need releases version.
-
# 问题描述
1. tsrpc.config.ts配置多个[proto].
2. 在 「protocolsA」下新建一个PtlTest.ts 协议
3. 在「src/api/A」成功创建了API
4. **[异常]** **在「src/api/」 下 增加了一个「protocolsA」 的API文件**
-
怎么做到在停机前,先发送close(reason?: string),告知客户端关闭的原因,然后再进行关闭。
-
as title
-
https://tsrpc.cn/docs/server/msg-service.html#%E7%9B%91%E5%90%AC%E5%8D%95%E4%B8%AA%E6%B6%88%E6%81%AF
不知道我有没有理解错 ^_^
-
原先协议接口属性:
export interface ReqLogin{
username: string
}
后因为需求变更,需要增加字段:客户端类型
export interface ReqLogin{
username: string,
clientType:number
}
旧客户端未更新协议之前,访问新的服务器,会提示fail:Missi…