refactor: update reconnect code for better understanding
This commit is contained in:
parent
c4c787a782
commit
342ecde6bb
2 changed files with 9 additions and 13 deletions
|
@ -1,9 +1,10 @@
|
|||
package websocket
|
||||
|
||||
import (
|
||||
"github.com/gorilla/websocket"
|
||||
"time"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
|
||||
ChronoTomato "git.smsvc.net/pomodoro/ChronoTomato/pkg/models"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue