Skip to content

Add uploadAsync to SyncManager - #88

Closed
MartinsMikroKosmos wants to merge 1 commit into
masterfrom
uploadAsync-feature
Closed

Add uploadAsync to SyncManager#88
MartinsMikroKosmos wants to merge 1 commit into
masterfrom
uploadAsync-feature

Conversation

@MartinsMikroKosmos

Copy link
Copy Markdown
Contributor

Is needed for Pos

return syncMinimalEventSet(null, 0L, feedback);
}

public SyncResult uploadAsync(ProgressFeedback feedback) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's nothing really async about this method, maybe

Suggested change
public SyncResult uploadAsync(ProgressFeedback feedback) {
public SyncResult uploadOnly(ProgressFeedback feedback) {

?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes i change it

@raphaelm raphaelm closed this Jul 30, 2026
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.

2 participants