Skip to content

Commit

Permalink
Release: v1.0.26-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-the-h committed Oct 18, 2021
1 parent bb2068b commit 7fa953e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Changelog
=========
All notable changes to this project will be documented in this file.

v1.0.26-alpha
------------

### Changed

- Removed extra login log entry

v1.0.25-alpha
------------

Expand Down
2 changes: 0 additions & 2 deletions api/ws/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/amir-the-h/okex"
"github.com/amir-the-h/okex/events"
"github.com/gorilla/websocket"
"log"
"net/http"
"sync"
"time"
Expand Down Expand Up @@ -115,7 +114,6 @@ func (c *ClientWs) Login() error {
if c.AuthRequested != nil && time.Since(*c.AuthRequested).Seconds() < 30 {
return nil
}
log.Println("login")
now := time.Now()
c.AuthRequested = &now
c.mu[true].Unlock()
Expand Down

0 comments on commit 7fa953e

Please sign in to comment.