Attribute is missing in ember data update request

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.

Can you share more context? Code would help too. Do you want the user to be able to click a button that quickly? Typically you’d disable a button until the request is resolved to avoid this sort of thing.