When fetching a single model, the slash and id in the URL are stripped off, and the request is sent to the collection instead, so all models in the collection are added as properties on the model being "fetched".
A simple workaround is to never fetch a model, but the entire collection instead.
@geon Hi,
Curren implementation should send id as socketio payload. And shoul fetch only fetched model.
If it is not so could you provide simple test case
When fetching a single model, the slash and id in the URL are stripped off, and the request is sent to the collection instead, so all models in the collection are added as properties on the model being "fetched".
A simple workaround is to never fetch a model, but the entire collection instead.