add websocket ping/pong feature
This commit is contained in:
parent
fa75a59f10
commit
c49a47cd21
|
@ -25,7 +25,6 @@ package session
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
|
||||||
"math/rand"
|
"math/rand"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
|
Loading…
Reference in New Issue