daml/language-support
Gerolf Seitz 9d926d81b0 RxJava Bindings: Allow bot to run on a scheduler (#3404)
* RxJava Bindings: Allow bot to run on a scheduler

It seems that having many bots results in a some sort of deadlock
or blocking of data flow within the flowable network.

Adding some async boundaries to allow for concurrent processing
seems to help.

Fixes #2356

CHANGELOG_BEGIN
- [RxJava Bindings] Added a method to the ``Bot`` class allowing users to specify a ``Scheduler`` to use for running the bot. See `issue #2356 <https://github.com/digital-asset/daml/issues/2356>`__.
CHANGELOG_END

* Go easy, test!
2019-12-06 16:30:25 +00:00
..
codegen-common Replace bazel-deps by rules_jvm_external (#3253) 2019-10-28 13:53:14 +01:00
codegen-main Reduce SDK tarball size by 70% by deduplicating Scala dependencies. (#3678) 2019-11-29 13:26:47 +00:00
hs/bindings daml assistant: expect auth token in Bearer format (#3736) 2019-12-05 09:19:02 +00:00
java RxJava Bindings: Allow bot to run on a scheduler (#3404) 2019-12-06 16:30:25 +00:00
scala Add authentication docs (#3661) 2019-12-04 14:51:19 +01:00
ts/codegen language: add registerTemplate for daml2ts (#3737) 2019-12-05 09:07:16 +01:00