You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/24 06:52:04 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #11002: How to make a generic invoke in a daemon coroutine?

AlbumenJ commented on issue #11002:
URL: https://github.com/apache/dubbo/issues/11002#issuecomment-1326027082

   ```kt
       private fun getConfig(inter: String): GenericService {
           return newConfig(inter).get()
       }
   ```
   In the short term, can this function be called serially instead of concurrently?
   
   For this concurrency problem, I will take a closer look at what caused it and then optimize it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org