-
-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
Proccess destroyed failed on android #1472
Comments
I'm just tempted to drop Android support, seriously. On Thu 20 Jun 2013 12:28:11 AM KST, Daniel.Yang wrote:
https://twitter.com/trustin |
+1... Netty is for high throughput / scale. Let us just drop it Am 19.06.2013 um 17:48 schrieb Trustin Lee notifications@github.com:
|
Android side has some thing like volley ,and why not just use netty3 for android,netty is not design for android. |
Given some people use netty for Android clients, dropping support would be a pain, since we would have to support netty3 clients in addition to netty4 clients and the netty4 server. Given that the entire API has changed.... shudder -1 |
.. by swallowing ErrnoException raised by process.destroy(). Fixes #1472
.. by swallowing ErrnoException raised by process.destroy(). Fixes netty#1472
It happened in class PlatformDependent, maybe related to caculate Max DirectBuffer memery.
I don't know if it will cause any resources wasten or anything simlar, but the client side works on android.
See the image.
The text was updated successfully, but these errors were encountered: