Skip to content
  • Clayton Craft's avatar
    main: fix sending sentences to clients · debe9406
    Clayton Craft authored
    The connection handler will now 'sleep' in a loop (since clients aren't
    expected to send data..), and sentences to send to clients will now
    happen in the main application loop. So all clients will receive the
    same sentences, and they'll receive them quickly.
    debe9406