Skip to content

Commit 4e763c5

Browse files
authored
Update README.md
Mention need to call begin() on self managed sessions.
1 parent e58161b commit 4e763c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,8 @@ closed.
405405

406406
##### create_session()
407407

408-
Creates a new session if you want to manage sessions by yourself.
408+
Creates a new session if you want to manage sessions by yourself. Note
409+
that you must call `begin()` on the object returned.
409410

410411
#### events:
411412

0 commit comments

Comments
 (0)