Skip to content

Conversation

@susrisha
Copy link
Collaborator

  • Fixes the issue with multi threaded approach
  • There is an inherent issue in the Library where the files are extracted to the same folder everytime.
  • This is fixed by using 1 concurrent message at a time and processing it
  • Also removed creation of a separate thread each time. The messages are received in a threadpool execution manner and need not be handled by a separate thread each time.

Testing

  • This is tested with a sample topic and a sample message is run 10 times and 15 times in two consecutive sessions. Both times, it was able to execute and respond with all the required parameters and details.

- Fixes the issue with multi threaded approach
@susrisha susrisha requested a review from a team as a code owner August 20, 2024 13:07
code cleaned and updated
@susrisha susrisha merged commit 44ec3d3 into dev Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants