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
LoopBack sends a 'data' event instead of a 'message' event from the server. This causes the EventSource polyfill's ondata method to be called continuously. I renamed the ondata method to onRequestData in my project and it fixed it.
The text was updated successfully, but these errors were encountered:
LoopBack sends a 'data' event instead of a 'message' event from the server. This causes the EventSource polyfill's ondata method to be called continuously. I renamed the ondata method to onRequestData in my project and it fixed it.
The text was updated successfully, but these errors were encountered: