diff options
author | Sverker Eriksson <[email protected]> | 2017-09-08 17:11:20 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-11-15 20:10:33 +0100 |
commit | 9271fd39c48a121b6be79e7a44a524c883fafc41 (patch) | |
tree | f141be4ce38f1a198a4e076262ae8469ca61014b /CONTRIBUTING.md | |
parent | 389e11b8b8a476ca73ca03a39ad7ec298dc99e83 (diff) | |
download | otp-9271fd39c48a121b6be79e7a44a524c883fafc41.tar.gz otp-9271fd39c48a121b6be79e7a44a524c883fafc41.tar.bz2 otp-9271fd39c48a121b6be79e7a44a524c883fafc41.zip |
erts: Let send(_,_,[noconnect]) enqueue msg on pending connection.
The least bad behavior I think:
* We cannot return 'noconnect' as caller might already have enqueued
monitor/link that never triggers.
* We cannot block waiting for connection as that can ruin latency
when 'noconnect' is used to avoid blocking auto-connect
(see gen_server and gen_statem).
But there might be users getting more cases of bad latency
waiting for a pendig connection, instead of a fast 'noconnect'.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions