I have toogle button on template. On clicking toogle button, it make ember data update request.
By toggling toggle button very quickly for n times (let say 40), on n+1 th request ember data fails to send attribute(using default json api serializer) in http request.
Can anyone help on this case?
Thanks in advance.