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

feat: Add initial support to pub/sub #10

Merged
merged 1 commit into from
May 16, 2024
Merged

feat: Add initial support to pub/sub #10

merged 1 commit into from
May 16, 2024

Conversation

rcelha
Copy link
Owner

@rcelha rcelha commented Apr 30, 2024

  • Client subscription
  • refactor: Move as much as possible out of mod.rs files
  • refactor: Move some client logic into a Tower Service
  • docs: Add extra doc strings
  • docs: Move top level docs into src/lib.rs
  • docs: Add a http server to preview the docs
  • remove Cargo.lock from main library
  • refactor: Change to use Arc in most hooks
  • Add async background task

@rcelha rcelha force-pushed the feat/pubsub branch 8 times, most recently from 19e0538 to 0b94e6b Compare May 8, 2024 14:18
@rcelha rcelha force-pushed the feat/pubsub branch 4 times, most recently from 3eefa59 to 8f2abd6 Compare May 14, 2024 10:26
- Client subscription
- refactor: Move as much as possible out of `mod.rs` files
- refactor: Move some client logic into a Tower Service
- docs: Add extra doc strings
- docs: Move top level docs into `src/lib.rs`
- docs: Add a http server to preview the docs
- remove Cargo.lock from main library
- refactor: Change to use Arc<AppData> in most hooks
- Add async background task
@rcelha rcelha merged commit 167a6c0 into main May 16, 2024
2 checks passed
@rcelha rcelha deleted the feat/pubsub branch May 16, 2024 16: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