Merge pull request #654 from foxbot/issues/discordapp-967
fix: remove _trace from helloOp
This commit is contained in:
commit
c52d70f86a
1 changed files with 0 additions and 1 deletions
1
wsapi.go
1
wsapi.go
|
@ -261,7 +261,6 @@ type heartbeatOp struct {
|
||||||
|
|
||||||
type helloOp struct {
|
type helloOp struct {
|
||||||
HeartbeatInterval time.Duration `json:"heartbeat_interval"`
|
HeartbeatInterval time.Duration `json:"heartbeat_interval"`
|
||||||
Trace []string `json:"_trace"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// FailedHeartbeatAcks is the Number of heartbeat intervals to wait until forcing a connection restart.
|
// FailedHeartbeatAcks is the Number of heartbeat intervals to wait until forcing a connection restart.
|
||||||
|
|
Loading…
Reference in a new issue