We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d4ccd commit 2d63efbCopy full SHA for 2d63efb
tutorials/4ch.md
@@ -69,7 +69,7 @@ myServer =
69
]
70
71
-- what should I do just before stopping?
72
- , terminateHandler = myTerminateFunction
+ , shutdownHandler = myShutdownFunction
73
74
-- what should I do about messages that cannot be handled?
75
, unhandledMessagePolicy = Drop -- Terminate | (DeadLetter ProcessId)
0 commit comments