mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 11:13:23 +02:00
id is mandatory in json rpc responses
This commit is contained in:
@@ -119,7 +119,7 @@ class NetworkClient(configuration: xsbti.AppConfiguration, arguments: List[Strin
|
||||
}
|
||||
|
||||
def onResponse(msg: JsonRpcResponseMessage): Unit = {
|
||||
msg.id foreach {
|
||||
msg.id match {
|
||||
case execId if pendingExecIds contains execId =>
|
||||
onReturningReponse(msg)
|
||||
lock.synchronized {
|
||||
|
||||
Reference in New Issue
Block a user