init LastPong
This commit is contained in:
parent
5f8c818118
commit
b1ddcb33e0
1 changed files with 3 additions and 2 deletions
|
@ -33,6 +33,7 @@ func HandleConnection(w http.ResponseWriter, r *http.Request) {
|
||||||
// Register the new client
|
// Register the new client
|
||||||
client := models.WebsocketClient{
|
client := models.WebsocketClient{
|
||||||
Conn: ws,
|
Conn: ws,
|
||||||
|
LastPong: time.Now(),
|
||||||
RealIP: r.RemoteAddr,
|
RealIP: r.RemoteAddr,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue