-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change unknown call/cast/info Erlang message handling to use the same…
… mechanism everywhere: Use "Unknown _ \"~w\"" as an Erlang string stop reason. Fix all internal services so cloudi_service_terminate/3 can accept a State variable as undefined, which occurs when cloudi_service_init/4 throws an exception (This is different from Erlang/OTP behaviours (they do not call terminate/2 if init/1 had an exception) because it allows easy handling of external state at termination, if any was partially initialized.).
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters