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

Optimized json-rpc error handling, and Added IdGeneratorInterface #256

Merged
merged 8 commits into from
Jul 23, 2019

Conversation

huangzhhui
Copy link
Member

@huangzhhui huangzhhui commented Jul 23, 2019

  1. Optimized error handling of json-rpc, and will response a standard json-rpc error object when the rpc method does not exist, fixed [QUESTION] 自定义tcp连接请求不存在的方法时错误 #145
  2. If Hyperf\Contract\IdGeneratorInterface exist, then the json-rpc client will generate a Request ID via IdGenerator automatically.
  3. Add support for service register and health checks of jsonrpc TCP protocol

@huangzhhui huangzhhui merged commit 7089843 into hyperf:master Jul 23, 2019
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

Successfully merging this pull request may close these issues.

[QUESTION] 自定义tcp连接请求不存在的方法时错误
1 participant