Replies: 1 comment
-
Hey, thanks for filing the report. #1 Oops, this is a bug. #2 That's a mistake in the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have two questions:
I saw in the documentation destroying-actors that it can be destroyed actor using the
c.shutdown
method, but I cannot find this method in the source code. Theshutdown
method is not inActorContext
orActionContext
.I saw in the documentation connection-state that the
conn
property can be accessed inonConnect
method, but I see in the source code that there is noconn
property inActorContext
, while the second parameter ofonConnect
can obtain theconn
object.I don't know if it's because the documentation hasn't been updated or if it's a bug in the source code.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions