Результаты поиска

  1. H

    Thread isolation problem

    Hi, thank you for your response. I’m making a GET request to read data from RabbitMQ, and the data I receive is not repeated. Eventually, I also read the same data from the browser and send it with a POST request. I compare the browser data with the ID I first received from the GET request...
  2. H

    Thread isolation problem

    I’m experiencing a concurrency issue with my Zennoposter project. I’m currently testing the login process in parallel with 20 threads. I have a RabbitMQ database where I store IDs, usernames, and passwords. Each Zennoposter thread is supposed to check the database for a record, use those...