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?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top