daml/ledger-service
Leonid Shlyapnikov 703b588384
Error and disconnect when multiple requests coming over the same WebSocket connection (#5288)
* minor refactoring in preparation for the next test case

* allow only one input request + test, WIP

* allow only one input request + test, WIP

* Error when multiple requests coming over the same websocket connection

This never worked, we never returned anything when 2nd request received,
now we return an error and drop the connection.

changelog_begin
changelog_end

* update docs

* Fixing copyright header

* changing test description

* trying to clean wsMessageHandler up

* Reverting getTransactionSourceForParty changes
2020-03-30 18:08:54 -04:00
..
db-backend replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
http-json Error and disconnect when multiple requests coming over the same WebSocket connection (#5288) 2020-03-30 18:08:54 -04:00
jwt replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
lf-value-json replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
utils replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00