Zheng Li
Zheng Li
## 背景 使用 反向 websocket 多点连接,配置多个 websocket 服务器。 ## 场景1 开发者A 以 websocket url 形式,发布了复读功能。 用户B 希望连续3条消息重复进行复读。 用户C 希望连续4条消息重复进行复读。 需要传递复读次数配置。 ## 场景2 开发者A 以 websocket url 形式,发布了查快递/setu功能。 用户B 申请了自己的token。 用户C...
## Motivation https://github.com/rust-lang/rust/pull/115822 1.75.0 will be stable on: 28 December, 2023. Remove `async-trait` and use AFIT(Async Fn In Trait) and RPITIT(Return Position Impl Trait In Traits). ## Solution
场景:挂在服务器上,用手机打开网页进行登录 
## Motivation volo-http Route、Router 支持 .layer() [volo-http Route layer](https://github.com/lz1998/volo/blob/http/examples/src/http/http.rs#L78) [volo-http Router layer](https://github.com/lz1998/volo/blob/http/examples/src/http/http.rs#L89) [volo-http ServiceLayerExt](https://github.com/lz1998/volo/blob/http/volo-http/src/route.rs#L87) 搬到 motore
https://github.com/gagliardetto/solana-go/issues/260