 
            
            
            
            
                25 Oct
                
                    2024
                
            
            
                25 Oct
                
                '24
                
            
            
            
        
    
                6:03 p.m.
            
        On Fri, Oct 25, 2024 at 7:38 AM Dominique Devienne <ddevienne@gmail.com> wrote:
...the ability to mock the IO...
I/O can be "mocked" just fine with Asio based libraries (see Beast). Although async-mqtt5 might need a bit of refactoring around the reconnection logic to make it more abstract. See: https://github.com/boostorg/beast/blob/0078272001903f9f2dec91362d8afd89a7a71... Thanks