You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/06/27 14:02:15 UTC

[GitHub] [dubbo-rust] yang20150702 commented on issue #14: Protocol API Design

yang20150702 commented on issue #14:
URL: https://github.com/apache/dubbo-rust/issues/14#issuecomment-1167392871

   在Protocol的实现中,Server应该有状态的,并且需要维护状态的变更。
   
   Server的状态包括:
   
   - 初始态
   - 就绪态
   - 运行态
   - 结束态
   
   需要注意:在Rust实现中,Server 应该满足 Send+Sync 约束


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org