MrJimmyYi

Results 2 comments of MrJimmyYi

Hi!I ran into the same problem. Here's how I resolved this issue in the following article #193

Hi! I found a solution in `eventsource.js` ### >` eventsource.js` function start(es, url, options){ ... `var heartbeatTimeout = parseDuration(options.heartbeatTimeout, 45000);` ... } Look! Our default 45000 and custom heartbeat times...