Skip to content

Is it a mistake to call pool.open multiple times ? #515

Answered by dvarrazzo
sjiekak asked this question in Q&A
Discussion options

You must be logged in to vote

Opening it the second time should be idempotent. But you are probably calling open a second time before the open at the first time has finished.

This is not supported. open can be called more than once, but not concurrently.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@sjiekak
Comment options

@tino
Comment options

@dvarrazzo
Comment options

@dvarrazzo
Comment options

Answer selected by sjiekak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants