-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Basic Buf Example #1
base: main
Are you sure you want to change the base?
Conversation
@thesamet Update the project to actually implement the server. One thing that came up is that I needed to include:
for the project to actually run. I see that the version that zio is currently built with is different which I imagine might be problematic. I didn't have time to dig deeper, so in case you have the answer before I have time to figure it out, should this be made to line up, or is there a different dependency I can pull that includes the aligned version of netty? |
I'll try to get to the readme later this week if I did everything correctly here. This is my first time writing ZIO code so feel free to correct any weirdness in the example |
Basic example with advanced buffing
Readme will need a lot more detail, but this should at least show the basics of what can be accomplished.