Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupOutgoingService2 (0.7 sec)

  1. platforms/core-runtime/messaging/src/integTest/groovy/org/gradle/internal/remote/UnicastMessagingIntegrationTest.groovy

                server.setupOutgoingService2()
                server.connection.connect()
                server.outgoingService1.doStuff("from server 1")
                server.outgoingService1.doStuff("from server 2")
            }
            start {
                client.addIncoming(clientService)
                client.setupOutgoingService1()
                client.setupOutgoingService2()
                client.connection.connect()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:43 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top