We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
onErrorをキャッチしてない、と言うのもPromiseにしてるとキャッチできない
https://github.com/potproject/ikuradon/blob/master/app/services/Stream.js と言うかこの設計・・・Promiseだと無理やな open -> this.ws[reducerType].onopen() -> resolveした後にこのPromiseはfulfilledまたはrejectedになり終了してしまうので onerrorを当然察知することはできない、と言うかこんな使い方したらどんな挙動になるんだろう、気になる
WebSocketはReactであれば相性が良さげなので、onErrorやonCloseをReduxでDispatchしたほうが良いね、WebSockerを静的クラスのServiceとして使うのはちょっと無理ある
直そう
The text was updated successfully, but these errors were encountered:
beta7できっと直るよ
Sorry, something went wrong.
No branches or pull requests
onErrorをキャッチしてない、と言うのもPromiseにしてるとキャッチできない
https://github.com/potproject/ikuradon/blob/master/app/services/Stream.js
と言うかこの設計・・・Promiseだと無理やな
open -> this.ws[reducerType].onopen() -> resolveした後にこのPromiseはfulfilledまたはrejectedになり終了してしまうので
onerrorを当然察知することはできない、と言うかこんな使い方したらどんな挙動になるんだろう、気になる
WebSocketはReactであれば相性が良さげなので、onErrorやonCloseをReduxでDispatchしたほうが良いね、WebSockerを静的クラスのServiceとして使うのはちょっと無理ある
直そう
The text was updated successfully, but these errors were encountered: