We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d743a9d commit 650eda3Copy full SHA for 650eda3
examples/sse.php
@@ -20,4 +20,4 @@
20
return json_encode(compact('news'));
21
// return ['id' => uniqid(), 'data' => json_encode(compact('news'))]; // Custom event Id
22
};
23
-(new SSE(new Event($callback, 'news')))->start(3);
+(new SSE(new Event($callback, 'news')))->start(3000);
0 commit comments