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
What platform are you running your application on?
I encountered this issue with my application on Mono, but not on Windows.
I think this is partially an issue on Mono's side, where it can't handle many undisposed HttpWebResponses. I fixed it by disposing the HttpWebResponses, but in my code rather than Piwik's
julienmoumne
changed the title
Timeout while tracking multiple events at the same time.
[API Change] Timeout while tracking multiple events at the same time
Jan 11, 2017
julienmoumne
changed the title
[API Change] Timeout while tracking multiple events at the same time
Timeout while tracking multiple events at the same time
Mar 22, 2017
There is a problem while I tried to track some events.
And I found there's weird bug at
sendRequest()
funtion,it stucked at the last line of the function,
after I changed it to:
It works fine now.
The text was updated successfully, but these errors were encountered: