mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
d381603475
On MacOS using Java 13 (at least that was the only combination where I’ve managed to reproduce this). Sandbox spits out errors of the following form in ``daml start`` ``` java.net.SocketException: Connection reset ``` This appears to be caused by the TCP requests that we send to detect whether sandbox has started. Switching to using the ``--port-file`` option makes this issue go away. fixes #4670 changelog_begin - [DAML Assistant] In certain configurations ``daml start`` produced a (harmless) ``Connection reset`` log message. This has now been fixed. changelog_end |
||
---|---|---|
.. | ||
daml-helper | ||
daml-project-config/DA/Daml/Project | ||
daml-sdk | ||
exe/DA/Daml | ||
integration-tests | ||
scala-daml-project-config | ||
src/DA/Daml/Assistant | ||
test/DA/Daml/Assistant | ||
BUILD.bazel | ||
daml-project-config.cabal | ||
get-daml.sh |