1. 26 Feb, 2025 5 commits
  2. 25 Feb, 2025 24 commits
  3. 24 Feb, 2025 10 commits
  4. 23 Feb, 2025 1 commit
    • Nick Hill's avatar
      [V1][BugFix] Fix engine core client shutdown hangs (#13298) · cbae7af5
      Nick Hill authored
      
      
      Even though ZMQ context.destroy() is meant to close open sockets before terminating the context, it appears to be necessary to do this explicitly or else it can hang in the context.term() method.
      
      Close zmq sockets explicitly before terminating context, make shutdown of client resource more robust, shut down engine core process prior to terminating zmq context.
      Signed-off-by: default avatarNick Hill <nhill@redhat.com>
      cbae7af5