-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending request message but not receiving server response #153
Comments
Hello, could you provide also an example of Iso message you're trying to send? Did you try to write an integration test for your client? |
Hey! So this is an example of the iso message im trying to send:
And im expecting this one as a response:
So, another interesting thing that is happening is, the same code is working for an user but its not working for another one, so we believe that its a socket fragmentation of the package issue. And unfortunately, our project is not integration test ready yet, so i did not run any. |
@thoni-miguel I've observed similar issues, are you still facing these issues and if not how did you solve it? |
I'm having an issue where im sending an iso message and expecting another one in return, but the problem is, it never arrives. I found out that the problem is probably caused when there is a fragmentation on the expected iso response.
We were using the 0.2.1 version before, but we did an upgrade to the latest version (1.4.1) and since then we've been having this issue. I'm sending the old code block we were using, and the new one. Is there something missing that could be causing this issue?
old one:
new one:
The text was updated successfully, but these errors were encountered: