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

Update zio and reactivate native multi threading (#720) #732

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

987Nabil
Copy link
Contributor

The issue with the native pipeline was zio. After updating to 0.5.x multithreading made problems and was deactivated in zio. But it had to be deactivated in schema too. Which I did here.

This PR updates to the newest zio version and reenables multithreading, since latest zio supports it.

fixes #720
/claim #720

@jdegoes jdegoes merged commit 6d466c4 into zio:main Sep 3, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Scala native pipeline
2 participants