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
Can you provide a complete example of the process of client sending a request to the iso 8583 server
So that the process is synchronous, similar to sending an http request
Where the connection is made with the server, then the message is sent, then the result is obtained and returned in the form of a string or after decoding it. (with exception handling)
For example, in Kotlin (android)
The text was updated successfully, but these errors were encountered:
Can you provide a complete example of the process of client sending a request to the iso 8583 server
So that the process is synchronous, similar to sending an http request
Where the connection is made with the server, then the message is sent, then the result is obtained and returned in the form of a string or after decoding it. (with exception handling)
For example, in Kotlin (android)
The text was updated successfully, but these errors were encountered: