fission-codes / auth-lobby

The authentication service that Fission services run.
https://auth.fission.codes
GNU Affero General Public License v3.0
12 stars 1 forks source link

Socket error alert is shown when closing the socket #32

Closed icidasset closed 3 years ago

icidasset commented 3 years ago

Error modal should only be shown on an actual error, not when closing the connection. Don't know why socket.close() triggers socket.onerror 🤔