-
Notifications
You must be signed in to change notification settings - Fork 0
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
implement subscribable objects service #11
Closed
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
63af102
add subs service
ho-229 3ec1ab2
simplified code
ho-229 5f16f99
add limit-deps
ho-229 d2b6c3b
fix build
ho-229 9ad90dc
Update Cargo.toml
ho-229 0a9085f
using get_db_layer
ho-229 87a14e5
change batch api to single, http2 will do the batch like thing
LemonHX 7ffa6c3
implement sync close #8
LemonHX a49a65f
Update README.md
LemonHX ea6ab06
remove `type` field in Event
ho-229 908f0b3
simplified code
ho-229 e278b19
some changes
ho-229 af3b315
rebase to tonic
LemonHX bdee8cb
Merge branch 'subs' into tonic
LemonHX dc71b36
Merge pull request #18 from Limit-IM/tonic
LemonHX 6031d1e
Update rust.yml
LemonHX bde7587
fix
LemonHX 5e1e9ea
feat: measurements (#19)
George-Miao 7c2214b
ci: run check on pr
George-Miao e5c3ced
chore: pin rust toolchain version
George-Miao f01d054
chore: include all `limit-*` as workspace member
George-Miao 6bac9b9
feat: fix minor issue
George-Miao b116ada
ci: use rust-toolchain.toml for actions
George-Miao 35bab75
feat: background debug return
George-Miao e941b94
style: restrict formatting
George-Miao 461452c
fix: actions won't read rust-toolchain.toml
George-Miao 02ab6b3
feat: precise configs
George-Miao eb2bb94
feat(db): remove box from service future
George-Miao b06df87
ci: run cargo check
George-Miao 5a75f2d
chore(deps): add mod_use
George-Miao 4454cb4
fix: cargo check require protoc
George-Miao 354c697
chore: remove agent config from server config
George-Miao d889d1f
feat: optimize random passcode
George-Miao bda67ce
feat: remove idl
KevinZonda 8d7b0bb
feat: add idl submodule
KevinZonda 749782a
ci: fix checkout & support dispatch
KevinZonda 481842f
ci: support skip ci [skip-ci]
KevinZonda d5728c8
docs: better RM [skip-ci]
KevinZonda 051c0c3
fix: badge [skip-ci]
KevinZonda 7a17a1e
docs: fix [skip-ci]
KevinZonda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄