Skip to content

Commit

Permalink
docs: mention that we're having issues with multiple open readers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 14, 2023
1 parent 28bd8e9 commit e2ed682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (cc *client) Open(path string) (*File, error) {
// Callers need to close the returned Contents
//
// Callers should be aware that network errors while reading can occur since contents
// are streamed from the FTP server.
// are streamed from the FTP server. Having multiple open readers may not be supported.
func (cc *client) Reader(path string) (*File, error) {
cc.mu.Lock()
defer cc.mu.Unlock()
Expand Down

0 comments on commit e2ed682

Please sign in to comment.