UDP plugin (Gatling 3.8)

Hello,

I have developed a UDP plugin for Gatling 3.8 inspired by JMS plugin

My code have a behavior I don’t understand. I need to explicitly call build method of my DslBuilder like in this example

In JMS unit test JmsCompileTest.scala, that’s not needed

Thank you for your help, Best regards

Thank you for your desire to contribute! :heart:

I will let @slandelle answer to your PR.

For the issue at hand, I think your example miss an implicit convertion that will call this build.
I didn’t have time to checkout your code yet, so perhaps I missed something too.

Cheers,

Answer is here: gatling/JmsDsl.scala at main · gatling/gatling · GitHub