Release #20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use try/after to ensure server is always stopped, even when Server.perform returns {:error, _}.Calling reload or recycle during processing/starting/loading/recycling previously crashed the server. Now these calls are postponed until the server returns to :available. Also discard late {:data, _} messages in recycling state instead of crashing. Fix :eaccess -> :eacces typo and add is_port guard in terminate/3.