https://kotlinlang.org logo
Title
t

Thomas

09/16/2020, 8:05 AM
Could someone look into the following pull request, please? I need this feature for my project and it would be really great if this could be merged. https://github.com/ktorio/ktor/pull/1258
Hi @e5l, I see you reopened the PR, thanks. What can I do to help? I added an example for my use case as a comment on the PR.
e

e5l

09/18/2020, 12:07 PM
Hey, I think we can merge it in
1.5.0
. Could you change that PR or file new with rebasing on
1.5.0
and add test for the new flag?
t

Thomas

09/18/2020, 12:13 PM
Alright, I can create a new PR for 1.5.0. However, I am not sure what you want me to add a test for. I cannot find tests for the other options like reuseAddress, reusePort, etc.
Is there an example somewhere how such a test should look like for flags, @e5l?
t

Thomas

09/18/2020, 3:49 PM
@e5l I created a PR with a test, see https://github.com/ktorio/ktor/pull/2075. This is my first time contributing to Ktor so I hope the test is good enough for you. Let me know if I need to change something.
I didn’t know what port to use so if I need to change that let me know
@e5l does the PR look alright to you?