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

Use only one single invocation, fix warning #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mattmassicotte
Copy link
Collaborator

The code was invoking await site.acceptTransport(transport) three times. I'm not sure why, but this results in a build error because after the first invocation, transport cannot be send to the actor again.

Also fixed up the use of swiftLanguageVersion, which has been deprecated.

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