You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After connected, then I want to connect to server B using netcat with this command: netcat -q -1 host port.
Then I send data to server B for log on (ISO 8583).
I send data to server B for echo test (ISO 8583).
I send data to server B continuously for financial transaction (ISO 8583).
I want to read the response from server B everytime I send the ISO.
But it always throw an error like this: java.lang.IllegalArgumentException: non-zero exit code #127: ISO0110000170800100000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000204153211031510001 <= log on message
@herusdianto I think you just need to not close the InputStream and keep pushing data there. Also, don't close the OutputStream and keep reading from there. That should work, provided your server command don't quit and keeps running.
Thankyou for this great library Sir.
I have some questions, here is my flow:
But it always throw an error like this:
java.lang.IllegalArgumentException: non-zero exit code #127: ISO0110000170800100000100010000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000204153211031510001 <= log on message
My terminal output:
My question is, how to send and read the response from server B continuously using this library? Thankyou & sorry for my bad English.
The text was updated successfully, but these errors were encountered: