-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'm submitting a... (check one with "x")
[x] bug report
[ ] feature request
Current behavior
An article view (with edition) is using its own sockets events.
Expected behavior
Using the $RealtimeService to synchronize the article with the rest of the platform instead of doing special refreshs for this page.
Minimal reproduction of the problem with instructions
- Open the Wiki
- Go to an article
- Look at the socket events.
What is the motivation / use case for changing the behavior?
Actually we have to refresh the $RealtimeService posts AND the socket events of the /wiki/* pages. We could win performance and more code portability with only one system.
What are the allons-y-* modules are you using?
allons-y-wiki 1.0.0, allons-y-realtime 1.0.1
- Browser:
All - Node:
node --version= 6.5.0