devchat-ai / devchat

Automate your dev tasks with AI-powered scripts, from your IDE's chat panel.
https://www.devchat.ai
Apache License 2.0
327 stars 36 forks source link

NVIDIA message parsing error under poor network conditions #367

Closed yangbobo2021 closed 2 months ago

yangbobo2021 commented 2 months ago

When the network connection is poor, NVIDIA devices may receive multiple messages at once. This can trigger errors in parsing the returned results. The issue seems related to handling network instability.

Steps to reproduce:

  1. Simulate a poor network environment.
  2. Send multiple messages to the NVIDIA device simultaneously.
  3. Observe the error in parsing the returned results.

Expected behavior: The device should be able to handle multiple messages and parse the results correctly, even under poor network conditions.

Actual behavior: Parsing errors occur when multiple messages are received under poor network conditions.

This issue has been observed consistently under these conditions and needs investigation to improve error handling and resilience to network issues.