Skip to content

Commit

Permalink
Call localClient.Receive()
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Moura committed Oct 28, 2016
1 parent 251be4a commit 076cb38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions realm.go
Expand Up @@ -90,6 +90,7 @@ func (r *Realm) init() {
if r.AuthTimeout == 0 {
r.AuthTimeout = defaultAuthTimeout
}
go r.localClient.Receive()
go r.run()
}

Expand Down

0 comments on commit 076cb38

Please sign in to comment.