mixpanel / mixpanel-php

Other
139 stars 72 forks source link

MixpanelPeople::set causes 10 calls if array of properties is empty. #55

Open shaunsosw opened 4 years ago

shaunsosw commented 4 years ago

Would be better to have some error handling if an empty array is given of props instead of trying to make 10 curl calls to: https://api.mixpanel.com/engage each responding with curl error 28 (timeout).

Line 40 of lib/producers/MixpanelPeople.php