Add support for int.int unix timestamps

This commit is contained in:
Nise Void 2018-12-21 12:23:13 +01:00
parent 2e7870df5d
commit 0c0edfe2b8
Signed by: NiseVoid
GPG key ID: FBA14AC83EA602F3
5 changed files with 41 additions and 4 deletions

View file

@ -50,6 +50,8 @@ func readData(conn *websocket.Conn) {
msg := message{}
for {
conn.SetReadDeadline(time.Now().Add(time.Minute))
nn, err := conn.Read(b[n:])
if err != nil {
panic(err)