We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4df50f commit 0b313ceCopy full SHA for 0b313ce
src/django_unicorn/static/unicorn/js/component.js
@@ -59,7 +59,7 @@ export class Component {
59
this.initPolling();
60
61
// epoch is the time in milliseconds when the packet was created
62
- this.latestActionEpoch = new Date().getTime();
+ this.latestActionEpoch = 0;
63
64
this.callCalls(args.calls);
65
}
0 commit comments