Skip to content

Commit

Permalink
Merge pull request #49 from imroc/master
Browse files Browse the repository at this point in the history
I fixed the issue #48
  • Loading branch information
Terry-Mao authored Aug 15, 2016
2 parents d9cbf9e + a6939dd commit 006237b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comet/pubsub_websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
package main

import (
// TODO change the 3rd websocket lib
"github.com/golang/net/websocket"
log "github.com/alecthomas/log4go"
"net"
"net/http"
"strconv"
"time"

log "github.com/alecthomas/log4go"
"golang.org/x/net/websocket"
)

type KeepAliveListener struct {
Expand Down

0 comments on commit 006237b

Please sign in to comment.