-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix issue 117 (#118) * update Registrar Config * add missing callback calls in gen.TCP * add missing callback calls in gen.UDP * extend Registrar interface with new method SetConfigUpdateCallback * introduced a new method node.Registrar * improved generation of self-signed certificate * etf.Pid, etf.Ref, etf.Alias must be ignored in etf.RegisterType * cloud handshake must return a more informative error * fix cloud connection monitoring * fix timer (critical issue) * improve ETF decoding nil values for the registered types * add Hostname in the node.Listener option * enable support Erlang 25 * introduce ProxyTransit option in HandshakeDetails * fixed app.Cloud: register event + extended MessageEventCloud details * update 'README.md' * update 'ChangeLog.md' * Fixes #139 - caused stage dispatcher process termination * Fix node name checking. Limit the number of cloud client attempts * AtomMapping must be a pointer to the value
- Loading branch information
Showing
82 changed files
with
479 additions
and
3,208 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,5 @@ tags | |
.session | ||
cover.out | ||
tests/cover.out | ||
examples/sandbox | ||
sandbox | ||
|
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
Oops, something went wrong.