mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
RPC muxing, multithreading, RPC driver, performance tests
This commit is contained in:
@ -55,8 +55,7 @@ fun main(args: Array<String>) {
|
||||
|
||||
// START 2
|
||||
val client = node.rpcClientToNode()
|
||||
client.start("user", "password")
|
||||
val proxy = client.proxy()
|
||||
val proxy = client.start("user", "password").proxy
|
||||
|
||||
thread {
|
||||
generateTransactions(proxy)
|
||||
|
Reference in New Issue
Block a user