added get stats function for indicator connection#35
Conversation
|
Hi there, may you please update indicator connection for iOS? |
|
Sorry, i cannot update indicator for ios, because i dont have device mac |
|
Ah, OK then. |
|
Yes, it is very possible. On android I added a function to get statistics and on ios it should work too |
|
Hello @Bellukchips Because i had this error private fun getDownloadData(result: Result) {
scope.launch(Dispatchers.IO) {
try {
val downloadData = futureBackend.await().getTransferData(tunnel(tunnelName)).rxBytes
flutterSuccess(result, downloadData)
} catch (e: Throwable) {
Log.e(TAG, "getDownloadData - ERROR - ${e.message}")
flutterError(result, e.message.toString())
}
}
} |
|
Sorry, I forgot. The upload and download codes are unused Just ` private fun handleGetStats(result: MethodChannel.Result) {
|
|
Okay, that's all right. For android is already running, and for iOS I have a lot of problems. |
No description provided.