mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-02-04 01:04:33 +00:00
Implement more request handlers in Tornado #3
This commit is contained in:
@@ -49,7 +49,7 @@ function restartSSEConnection() {
|
||||
|
||||
evtSource.onerror = function(err) {
|
||||
evtSource.close();
|
||||
setTimeout(restartSSEConnection(), 1000);
|
||||
setTimeout(restartSSEConnection, 1000);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user