Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, a new
Timeris created for eachMessageManagerthat requires heartbeat tracking. This results in the presence of a lot of timer threads (up to one per subscription). Has a more thread-efficient solution been considered? Eg: a commonScheduledExecutorServicethat owns all of the message manager heartbeat tasks.Beta Was this translation helpful? Give feedback.
All reactions