Skip to content

Commit 2d63efb

Browse files
committed
s/terminateHandler/shutdownHandler/
This was renamed in the code a while back.
1 parent 38d4ccd commit 2d63efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tutorials/4ch.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ myServer =
6969
]
7070

7171
-- what should I do just before stopping?
72-
, terminateHandler = myTerminateFunction
72+
, shutdownHandler = myShutdownFunction
7373

7474
-- what should I do about messages that cannot be handled?
7575
, unhandledMessagePolicy = Drop -- Terminate | (DeadLetter ProcessId)

0 commit comments

Comments
 (0)