chetbox / boopjs

Formerly boopjs.com
https://chetbox.com
1 stars 0 forks source link

Slack demo crashes ~50% of the time #241

Closed chetbox closed 8 years ago

chetbox commented 8 years ago

See demo dashboard: https://analytics.google.com/analytics/web/#dashboard/5VKZLMSxStuptdEkmsp2-w/a61569356w99700140p103642402/

chetbox commented 8 years ago

Looks like content_view() retries after continuing to block the main thread. The main thread should unblock and then try again on the main thread.

chetbox commented 8 years ago

Fixed by #169 #264