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
When we use parameter callback (or cb with messages.sendMedia) with uploadTo* or send* (for media methods only !sendVideo sendAudio and ...)
The parameters $speed and $time will always eqauls to 0 and doesn't changed on upload progress
Its happen about FileCallback class to!!! (and remember it was only affect on upload proccess its ok for downloadTo* methods)
Description
When we use parameter callback (or cb with messages.sendMedia) with uploadTo* or send* (for media methods only !sendVideo sendAudio and ...)
The parameters $speed and $time will always eqauls to 0 and doesn't changed on upload progress
Its happen about FileCallback class to!!! (and remember it was only affect on upload proccess its ok for downloadTo* methods)
Reproduce
use the code below
The text was updated successfully, but these errors were encountered: