Pregunta

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 hay solución correcta

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top