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

client多次请求时会卡死 #1

Open
rainness opened this issue Feb 7, 2017 · 0 comments
Open

client多次请求时会卡死 #1

rainness opened this issue Feb 7, 2017 · 0 comments

Comments

@rainness
Copy link

rainness commented Feb 7, 2017

client端采用这种方式请求时:

int index = 0;
			while (true) {
				String message = clazz.getMessage("come on" + index);
				System.out.println("client receive message .... : " + message);
				index++;
				if (index % 10 == 0) {
					Thread.sleep(1);
				}
			}

会抛出:警告: EXCEPTION, please implement org.stefan.snrpc.client.SnNettyRpcConnection.exceptionCaught() for proper handling.
org.jboss.netty.handler.timeout.ReadTimeoutException

然后程序卡死。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant