netty / netty-tcnative

A fork of Apache Tomcat Native, based on finagle-native
Apache License 2.0
239 stars 179 forks source link

Deprecate bioSetFd and make it a no op #865

Closed normanmaurer closed 6 months ago

normanmaurer commented 6 months ago

Motivation:

As explained by @davidben this is not something that should be supported and it might break any time.

Modifications:

Make the method a no op and deprecate it

Result:

Fixes https://github.com/netty/netty-tcnative/issues/864

normanmaurer commented 6 months ago

@davidben FYI