Question

I have a REST backend without OData and with SocketIO. Breeze datacontext is configured with a jsonResultsAdapter to create the Entities. When I start my app I call DataContext.manager.executeQuery(query) and every thing is working as expected... Subsequently the additional data is being pushed to the app by SocketIO. How do I pass the data to Breeze so that the 'visitNode' method in the jsonResultsAdapter is called for all the nodes of the pushed json feed?

Pas de solution correcte

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top