Where is the shutdown
function and conn
property?
#1076
-
Hi, I have two questions:
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.
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.
Hey, thanks for filing the report.
#1 Oops, this is a bug.
shutdown
hasn't been re-exposed in v0.9 – I'll prioritize this. #1077#2 That's a mistake in the docs.
c
is of typeActorContext
, notActionContext
(which includesconn
). Will fix. #1078