Bugfixes im Dating und im Profil
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
Some checks failed
Host-Based Deploy (Java 21 Fix) / build-and-run (push) Has been cancelled
This commit is contained in:
@@ -91,6 +91,13 @@
|
||||
} catch(ex) {}
|
||||
});
|
||||
|
||||
es.addEventListener('MATCH', e => {
|
||||
try {
|
||||
const data = JSON.parse(e.data);
|
||||
if (typeof window._onSseMatch === 'function') window._onSseMatch(data);
|
||||
} catch(ex) {}
|
||||
});
|
||||
|
||||
es.onerror = () => {
|
||||
es.close();
|
||||
// Vor dem Reconnect prüfen ob noch eingeloggt (verhindert Endlos-Schleife bei abgelaufener Session)
|
||||
|
||||
Reference in New Issue
Block a user