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 netty5 Unsafe class #2338

Merged
merged 1 commit into from Jun 28, 2022
Merged

Conversation

pderop
Copy link
Member

@pderop pderop commented Jun 28, 2022

This PR attempts to remove usage of Usafe (see netty PR from netty/netty#12511).

Looking at the recent changes in the netty PR, it seems that calls like "channel.unsafe().closeForcibly()" are replaced by "channel.close();"

So, I simply did the same in this PR, but ... I'm not sure.
@violetagg , can you help on this please ?

@violetagg violetagg added the type/enhancement A general enhancement label Jun 28, 2022
@violetagg violetagg added this to the 2.0.0-M1 milestone Jun 28, 2022
@violetagg
Copy link
Member

Related to #1873

@pderop pderop merged commit 957e2d8 into reactor:netty5 Jun 28, 2022
@pderop pderop deleted the netty5-remove-unsafe branch June 28, 2022 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants