refactor: update reconnect code for better understanding

This commit is contained in:
Sebastian Mark 2024-11-20 09:32:04 +01:00
parent c4c787a782
commit 342ecde6bb
2 changed files with 9 additions and 13 deletions

View file

@ -1,9 +1,10 @@
package websocket
import (
"github.com/gorilla/websocket"
"time"
"github.com/gorilla/websocket"
ChronoTomato "git.smsvc.net/pomodoro/ChronoTomato/pkg/models"
)