You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first time throttle function is called will probably ignore the time frame value, due to the immense expression value (now - last Time), because now is a 10 digit number and lastTime is zero. Shouldn't lastTime be inicialized as a new Date()?
The text was updated successfully, but these errors were encountered:
The first time throttle function is called will probably ignore the time frame value, due to the immense expression value (now - last Time), because now is a 10 digit number and lastTime is zero. Shouldn't lastTime be inicialized as a new Date()?
The text was updated successfully, but these errors were encountered: