jasminegraph icon indicating copy to clipboard operation
jasminegraph copied to clipboard

Unexpected response 'grap' instead of 'graphid-send' after executing train command via Telnet

Open ParameswaranSajeenthiran opened this issue 8 months ago • 0 comments

Image

After executing the train command through the Telnet interface on localhost:7777 (Master interface), I expected to receive the response 'graphid-send'. However, the actual response is 'grap', which appears to be incomplete or incorrect.

Steps to Reproduce

  1. Connect to the Telnet interface on localhost:7777.
  2. Run the command: train
  3. Observe the server's response.

Expected Behavior

The server should return the response: grap

Actual Behavior

The server returns the response:graphid-send

Possible Causes

  • Response truncation