kpavlov / jreactive-8583

Kotlin/Java Client & Server for ISO8583 & Netty
Apache License 2.0
317 stars 141 forks source link

provide a complete example of the process of sending a request to the iso 8583 server #160

Open MohamadSuhiebAjaj opened 4 months ago

MohamadSuhiebAjaj commented 4 months ago

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)