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

Remove sent callback in Swift #2601

Merged
merged 6 commits into from
Aug 1, 2024

Conversation

externl
Copy link
Member

@externl externl commented Aug 1, 2024

This PR remove's the sent callback from the Swift mapping.

@externl externl added the swift label Aug 1, 2024
@externl externl requested a review from bernardnormier August 1, 2024 18:41
// completed when the request is sent.
async let startDispatch: Void = p.startDispatchAsync()
try await Task.sleep(for: .milliseconds(100)) // Wait for the request to be sent.
try con.close(.Gracefully)
Copy link
Member Author

Choose a reason for hiding this comment

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

These were the only spots where we test the close API so I wanted to keep them.

Copy link
Member

@bernardnormier bernardnormier left a comment

Choose a reason for hiding this comment

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

Looks good.

@externl externl merged commit 82e5cd9 into zeroc-ice:main Aug 1, 2024
19 checks passed
@externl externl deleted the remove-swift-sent-callback branch August 1, 2024 23:35
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this pull request Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants