Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Jun 10, 2024
1 parent d59657d commit d845cc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mixing/mixclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,10 @@ func (c *Client) handleSubmitQueue(ctx context.Context) error {
}
}

// Ready returns whether the client has completed the initial message
// Ready returns nil when the client has completed the initial message
// observing period and is ready to submit new pair requests and interact in
// mix sessions.
// mix sessions. If the client is still in the warmup phase, this returns
// ErrWarming.
func (c *Client) Ready() error {
select {
case <-c.warming:
Expand Down

0 comments on commit d845cc2

Please sign in to comment.