怎样异步运行Server #291
OstrichRunning
started this conversation in
General
Replies: 4 comments 4 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
目前暂未提供异步Rust风格的接口,后续版本会支持 |
Beta Was this translation helpful? Give feedback.
0 replies
-
示例Server可支持处理IPv4/IPv6双栈流量,例如指定 你也可以你的Server程序中,分别为IPv4/IPv6创建多个套接字,并分别通过这些套接字接收和发送UDP报文。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我这边生成静态库,swift调用函数quic_endpoint_connect返回-101错误,咨询一下什么地方可以查询错误原因?像这类错误,我该如何调试(静态库)? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
我看demo上运行一个Server就进入一个loop,如果我想同时启动v4和v6两个socket,我该怎样做?
当我使用tokio::spawn(async move {} 时
报下面的错误
(dyn Http3Handler + 'static)
cannot be shared between threads safely麻烦帮看看下,如何能异步启动服务
Beta Was this translation helpful? Give feedback.
All reactions