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

fix(cozy-realtime): Imperfect fix for unsubscribe #378

Merged
merged 1 commit into from
Apr 12, 2019
Merged

Conversation

Crash--
Copy link
Contributor

@Crash-- Crash-- commented Apr 12, 2019

Si le socket est fermée pour une raison ou une autre, l'application qui appelle le realtime ne peut pas être au courant. Et donc il est possible qu'elle appelle le unsubsribe alors que le socket est déjà fermé. Et ça va faire null.unsubscribe()

C'est un fix temporaire parce que @gregorylegarec est en train de ré-écrire l'ensemble du code de ce projet ;)

@gregorylegarec
Copy link
Contributor

gregorylegarec commented Apr 12, 2019

En effet, voir PR #355

@Crash-- Crash-- merged commit 8e9e9ab into master Apr 12, 2019
@Crash-- Crash-- deleted the fix/RealTimeSub branch April 12, 2019 14:46
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.

None yet

2 participants