Merge pull request #654 from foxbot/issues/discordapp-967

fix: remove _trace from helloOp
This commit is contained in:
Skippy 2019-05-31 09:02:19 -05:00 committed by GitHub
commit c52d70f86a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,7 +261,6 @@ type heartbeatOp struct {
type helloOp struct {
HeartbeatInterval time.Duration `json:"heartbeat_interval"`
Trace []string `json:"_trace"`
}
// FailedHeartbeatAcks is the Number of heartbeat intervals to wait until forcing a connection restart.