Closed bryanhunter closed 2 years ago
Port and dispatcher are required fields now, otherwise, it will raise error. Any idea, in which case we need to start without dispatcher.
@vikas15bhardwaj The issue is that we have start(opts \\ [])
which definesstart/0
which will of course result in an error. We simply need to make opts mandatory. I'll open a PR to fix this up.
This was closed via #28
At one point
MLLP.Receiver.start/0
could be called, and it would use the DefaultDispatcher. Currently, it only returns an error.