2 questions from the last 7 days
            
            
            1
            vote
        
        
            0
            answers
        
        
            27
            views
        
    How to send message to all connected clients with dart SseHandler
                I have been trying to use the sse package in a dart-shelf backend.
I want to send events to client apps when my database changes.
I have got it hooked into a simple dart-shelf package. The handler ...
            
        
       
    
            0
            votes
        
        
            0
            answers
        
        
            14
            views
        
    How to use the YouTrack event source bus in your own software?
                We are currently developing an AI service to improve interaction with YouTrack issues. One mayor problem we encountered is that its really hard to detect if issues where deleted so we can drop them ...