Konstantin Pavlov

Results 57 comments of Konstantin Pavlov

Hi, You should configure netty's [SslContext](https://netty.io/4.1/api/io/netty/handler/ssl/SslContext.html) using `ConnectorConfigurer`.

@ouadi, thank you for investigation

j8583 repo has moved here: https://bitbucket.org/chochos/j8583 The most recent release is still 1.12.0, but there is some activity there

Currently there is no retry/reconnect/resend mechanism, like in QuickFixJ and this is one of limitation of the framework. On disconnects now you'll get directly to `fixio.netty.pipeline.AbstractSessionHandler#channelInactive` so it's impossible to...

Hi, I hope [this test](https://github.com/kpavlov/jreactive-8583/blob/master/src/test/java/com/github/kpavlov/jreactive8583/it/EchoFromClientIT.java) can be helpful as an example

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?

+1. I want to get rid of Apache's _commons-lang3_ but I need `org.apache.commons.lang3.RandomStringUtils`

It looks like the server does not understand a message and terminates a connection at some point. You may try to test message encoder in isolation: encode your message to...