beetlex-io / FastHttpApi

a lightweight and high-performance http/websocket service component in the dotnet core platform that supports TLS.
Apache License 2.0
650 stars 175 forks source link

Index was outside the bounds of the array. #163

Open EVA-SS opened 3 years ago

EVA-SS commented 3 years ago

BeetleX.CommandLineParser GetCommandLineParser(System.String[], Int32) at BeetleX.CommandLineParser.GetCommandLineParser(String[] args, Int32 start) at BeetleX.CommandLineParser.GetCommandLineParser() at BeetleX.FastHttpApi.HttpApiServer..ctor(HttpOptions options)

lzanoni-stm commented 1 year ago

Hello, I'm running in the same issue with latest NuGet packgages. I have an odd number of arguments in my command line, that are processed by my own application. Would it be possible to make BeetleX process the command line optional ? For now, I have reverted to version 1.9.9 which doesn't seem to use Command Line