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

rpc调用失败 没有正常走到fallback流程 #119

Closed
geekmanvip opened this issue Mar 2, 2018 · 1 comment
Closed

rpc调用失败 没有正常走到fallback流程 #119

geekmanvip opened this issue Mar 2, 2018 · 1 comment
Labels

Comments

@geekmanvip
Copy link

Q A
Bug report? yes
Feature request? no
Swoft version 0.2.2
Swoole version 2.0.12
PHP version 7.2.2
  1. A机器启动RPC服务

  2. B机器调用A机器的rpc服务
    使用了fallback

  3. A服务关闭

  4. B第一次调用失败,有warning报错,并且没有返回fallback的值
    image

  5. B再次调用,走到正常的fallback流程
    ps: 只有B调用成功过,然后把A关掉之后的第一次调用会出这个问题,应该是连接被服务端直接关闭了,但是client的那边缓存了导致?

@stelin stelin added the bug label Mar 5, 2018
@stelin
Copy link
Member

stelin commented Mar 14, 2018

已解决,更新版本,要求最新swoole版本

@stelin stelin closed this as completed Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants