I am using mongo as the db and the id field which comes from mongo is _id. In my app in the rest adapter, I can process the serialisation and create the id. However in the socket it still fails. I am currently taking care of it by populating the id from the server side when sending the event. I suppose this will be a common use case and thought I will rais e it here.
I am using mongo as the db and the id field which comes from mongo is _id. In my app in the rest adapter, I can process the serialisation and create the id. However in the socket it still fails. I am currently taking care of it by populating the id from the server side when sending the event. I suppose this will be a common use case and thought I will rais e it here.