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

Streamまわりをリファクタリング #65

Merged
merged 19 commits into from
Oct 18, 2024

Conversation

shiosyakeyakini-info
Copy link
Owner

@shiosyakeyakini-info shiosyakeyakini-info commented Aug 5, 2024

  • レスポンスでsealed classを使用するように
  • Streamで受信できるように
  • SocketControllerクラスとStreamingServiceクラスを整理しひとつに
  • Streamingのサンプルアプリを追加
  • テストを修正

@shiosyakeyakini-info shiosyakeyakini-info marked this pull request as draft August 5, 2024 22:06
@shiosyakeyakini-info
Copy link
Owner Author

shiosyakeyakini-info commented Aug 5, 2024

misskey_dart_base.dartからはWebSocketの機能をなくして、StreamingServiceクラスにaddLocalTimelineChannelみたいなのを生やすほうがわかりやすいかも

@shiosyakeyakini-info shiosyakeyakini-info marked this pull request as ready for review October 18, 2024 04:50
@shiosyakeyakini-info shiosyakeyakini-info merged commit e57322c into master Oct 18, 2024
4 of 6 checks passed
@shiosyakeyakini-info shiosyakeyakini-info deleted the feature/refactor_streaming branch October 18, 2024 04:50
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.

コールバックではなくStreamで受け取れるようにしたい
1 participant