-
Notifications
You must be signed in to change notification settings - Fork 121
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
[v0.7] Split feature "sync" into "rtu-sync" and "tcp-sync" #106
Merged
Conversation
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
uklotzde
force-pushed
the
split-sync-feature
branch
4 times, most recently
from
December 5, 2021 17:09
cfdcb00
to
c8a8bea
Compare
uklotzde
force-pushed
the
split-sync-feature
branch
3 times, most recently
from
January 29, 2022 16:19
6e5b11a
to
e794797
Compare
uklotzde
force-pushed
the
split-sync-feature
branch
3 times, most recently
from
February 18, 2022 11:46
5abf777
to
6626b1d
Compare
uklotzde
force-pushed
the
split-sync-feature
branch
from
April 30, 2022 08:49
6626b1d
to
20a74a3
Compare
uklotzde
force-pushed
the
split-sync-feature
branch
from
October 25, 2022 10:52
20a74a3
to
bbf5b01
Compare
1 task
uklotzde
force-pushed
the
split-sync-feature
branch
from
October 25, 2022 22:28
bbf5b01
to
42bcaa1
Compare
uklotzde
force-pushed
the
split-sync-feature
branch
from
November 6, 2022 23:46
42bcaa1
to
a37f2b0
Compare
uklotzde
force-pushed
the
split-sync-feature
branch
from
January 18, 2023 00:22
a37f2b0
to
b511c6a
Compare
uklotzde
force-pushed
the
split-sync-feature
branch
from
January 28, 2023 10:27
b511c6a
to
c2a13b8
Compare
uklotzde
changed the title
[v0.6] Split feature "sync" into "rtu-sync" and "tcp-sync"
[v0.7] Split feature "sync" into "rtu-sync" and "tcp-sync"
Jan 30, 2023
uklotzde
force-pushed
the
split-sync-feature
branch
2 times, most recently
from
January 30, 2023 12:28
0c3493d
to
c620ddd
Compare
flosse
reviewed
Jan 31, 2023
uklotzde
force-pushed
the
split-sync-feature
branch
3 times, most recently
from
January 31, 2023 13:21
3c31d81
to
1ffb91f
Compare
The (currently empty) internal feature |
In the long term the synchronous wrapper code should be removed and/or extracted into a separate library: #145 |
uklotzde
force-pushed
the
split-sync-feature
branch
from
February 13, 2023 12:34
1ffb91f
to
f596b63
Compare
uklotzde
force-pushed
the
split-sync-feature
branch
2 times, most recently
from
February 13, 2023 13:12
64c9077
to
a278969
Compare
Split feature "sync" into "rtu-sync" and "tcp-sync". This is required to avoid an unused tokio-serial dependency that is only needed for "rtu-sync" but not for "rtu" (async).
uklotzde
force-pushed
the
split-sync-feature
branch
from
February 13, 2023 13:15
a278969
to
103d654
Compare
flosse
approved these changes
Feb 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is required to avoid an unused tokio-serial dependency that is only needed for "rtu-sync" but not for "rtu" (async).
The README and main page of the documentation lists all the public features, including examples on how to use them selectively.