microsoft / build-server-for-gradle

An implementation of the Build Server Protocol for Gradle
MIT License
51 stars 8 forks source link

fix: Make notification async #51

Closed jdneo closed 1 year ago

jdneo commented 1 year ago

address https://github.com/microsoft/build-server-for-gradle/pull/49#discussion_r1269168451 I keep the exit notification to be sync, because it is the last message to the server.

The onBuildInitialized is async now.