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?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top