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

MisskeyのWebSocketの疎通確認の破壊的変更に対応 #1742

Merged
merged 3 commits into from
Jul 2, 2023

Conversation

pantasystem
Copy link
Owner

やったこと

MisskeyのWebSocketの疎通確認の破壊的変更に対応しました。
Misskeyがpingを送ってもpongを返してくれなくなったので、
v13.13.2以上のバージョンかつソフトウェア種別がMisskeyの場合はpingを送信しないようにしました。
また現状pongという文字列でレスポンス確認していたものを
いずれかの文字列が含まれていればレスポンスとして扱うようにしました。

動作確認

スクリーンショット(任意)

備考

Issue番号

Closed #1741

@pantasystem pantasystem merged commit 2067166 into develop Jul 2, 2023
1 of 3 checks passed
@pantasystem pantasystem deleted the feature/#1741/websocket-ping-pong branch July 2, 2023 05:35
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.

MisskeyのWebSocket周りの実装の破壊的変更の対応
1 participant