You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I'm submitting a... (check one with "x")
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
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
All
node --version= 6.5.0