mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2025-12-21 00:24:32 +01:00
improved error handling in jsonrpc2 client
This commit is contained in:
@@ -317,7 +317,7 @@ func (s *SignalClient) Init() error {
|
||||
return err
|
||||
}
|
||||
|
||||
go s.jsonRpc2Clients[number].ReceiveData() //receive messages in goroutine
|
||||
go s.jsonRpc2Clients[number].ReceiveData(number) //receive messages in goroutine
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user