Open
Description
Why do we need to use a lock here? Wouldn't that prevent concurrent order placements? This could significantly impact performance.
func (c *client) WriteSync(id string, data []byte, timeout time.Duration) ([]byte, error) {
8000
Why do we need to use a lock here? Wouldn't that prevent concurrent order placements? This could significantly impact performance.
func (c *client) WriteSync(id string, data []byte, timeout time.Duration) ([]byte, error) {