1dc12549d2
This commit fixes a deadlock scenario caused when some switch methods are waiting for a response on the command's done/err chan. However, no such response will be delivered if the main event loop has already exited. This is resolved by selecting on the command's done/err chan and the server's quit chan simultaneously. |
||
---|---|---|
.. | ||
circuit_test.go | ||
circuit.go | ||
failure.go | ||
interfaces.go | ||
iterator.go | ||
link_test.go | ||
link.go | ||
log.go | ||
mailbox_test.go | ||
mailbox.go | ||
mock.go | ||
packet.go | ||
queue_test.go | ||
queue.go | ||
switch_test.go | ||
switch.go | ||
test_utils.go |