Skip to content

Commit

Permalink
Increased default RcvReceipt Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Ridgway committed Dec 11, 2020
1 parent 4efe055 commit a75f768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const DefaultHeartBeatError = 5 * time.Second
const DefaultMsgSendTimeout = 10 * time.Second

// Default receipt timeout in Conn.Send function
const DefaultRcvReceiptTimeout = 10 * time.Second
const DefaultRcvReceiptTimeout = 30 * time.Second

// A Conn is a connection to a STOMP server. Create a Conn using either
// the Dial or Connect function.
Expand Down

0 comments on commit a75f768

Please sign in to comment.