WS pings to maintain connection, fixed server crash when sending malformed data

This commit is contained in:
ari melody 2023-10-01 19:31:32 +01:00
parent 42ba0e3275
commit cd3912293f
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 76 additions and 21 deletions

View file

@ -52,14 +52,14 @@ footer {
display: flex;
gap: 1em;
align-items: center;
justify-content: space-between;
}
footer ul {
width: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
gap: 1em;
}
footer li {