Open danielbuechele opened 6 years ago
Is there a particular reason for limiting the length of the URL to 128 chars? https://github.com/dhbaird/easywsclient/blob/master/easywsclient.cpp#L436
I've created a pull request that fixes this #77
There's no reason; It's just an arbitrary limit. I merged #77 to increase the limit, and I'm open to pull request to make it configurable limit.
Is there a particular reason for limiting the length of the URL to 128 chars? https://github.com/dhbaird/easywsclient/blob/master/easywsclient.cpp#L436