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

接続先に拒否されたときに接続が宙に浮かんだ状態になる #1

Open
kory33 opened this issue Oct 3, 2019 · 0 comments · May be fixed by #2
Open

接続先に拒否されたときに接続が宙に浮かんだ状態になる #1

kory33 opened this issue Oct 3, 2019 · 0 comments · May be fixed by #2

Comments

@kory33
Copy link
Member

kory33 commented Oct 3, 2019

再現:

  1. サーバーAからサーバーBにプレーヤーpが移動しようと試みる
  2. SeichiEnvoyがAにpのデータのアンロードのシグナルを出す
  3. Aでpのデータがアンロードされ、成否がSeichiEnvoyに送られてくる
  4. 成功していたらpをBに繋ぐ
  5. ここでBがpの接続を拒否した場合、pのAへの接続が残るがAはpのパケットを無視する

対処案:

  • ナイーブな実装として、pのBへの接続が拒否されたらプロキシから切断する
  • UX的にはpを「再度」Aに接続させるのが良い
  • pがBに入れるかを先回ってチェックしてアンロードを行わないようにできれば最高
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 a pull request may close this issue.

1 participant