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
This line should read PROCTIME prevStartTime = m_uPrevTrialStartTime;, where PROCTIME is uint64_t for protocols >= 3.11 otherwise it's uint32_t. The cbSdkTrialCont.time should also be PROCTIME.
The text was updated successfully, but these errors were encountered:
This line should read
PROCTIME prevStartTime = m_uPrevTrialStartTime;
, where PROCTIME is uint64_t for protocols >= 3.11 otherwise it's uint32_t. ThecbSdkTrialCont.time
should also be PROCTIME.The text was updated successfully, but these errors were encountered: