Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Src && Example && CI/CD] Make it adapt to UNIX, fix some bugs and implement RPC module #14

Merged
merged 78 commits into from
Mar 26, 2024

Conversation

Sigma711
Copy link
Member

@Sigma711 Sigma711 commented Jul 9, 2023

Purpose

  • Make it correct in UNIX.
  • Develop RPC module based on Protobuf.

Changes

  • Fix wrong spells in comments.
  • Fix some bugs which make some examples crush in UNIX (e.g. Poller (UNIX)). It is about race condition.
  • Fix bugs in Logger. It is about race condition.
  • Implement RPC module including RpcChannel, RpcCodec and RpcServer.
  • Develop a RPC demo (Time Service) using RPC module.
  • Add dependencies for installing Protobuf in CI/CD configuration files.

Review Instructions

  • Read the code modified.
  • Adapting to UNIX failed.

@Sigma711 Sigma711 changed the title Make it adapt to UNIX [Src] Make it adapt to UNIX Jul 9, 2023
@Sigma711 Sigma711 changed the title [Src] Make it adapt to UNIX [Src] Make it adapt to UNIX, fix some bugs and implement RPC module Aug 27, 2023
@Sigma711 Sigma711 changed the title [Src] Make it adapt to UNIX, fix some bugs and implement RPC module [Src && Example && CI/CD] Make it adapt to UNIX, fix some bugs and implement RPC module Aug 27, 2023
@Sigma711
Copy link
Member Author

lgtm

@Sigma711 Sigma711 merged commit 80ca1dc into InfraSail:main Mar 26, 2024
2 checks passed
@Sigma711 Sigma711 deleted the dev branch March 26, 2024 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant