Merge remote-tracking branch 'origin/feat/add-load-test' into feat/add-load-test

This commit is contained in:
Hugo Larcher 2024-07-17 16:47:07 +02:00
commit cf70a3036b
No known key found for this signature in database
GPG Key ID: 3DAF63124699CA2B

View File

@ -58,7 +58,6 @@ export default function run() {
const res = sse.open(url, params, function (client) { const res = sse.open(url, params, function (client) {
client.on('event', function (event) { client.on('event', function (event) {
// console.log(event.data)
if (parseInt(event.id) === 4) { if (parseInt(event.id) === 4) {
client.close() client.close()
} }