pp23

Results 7 comments of pp23

I want to create endpoints at runtime. So after updating to v1.2 I had to use more general regexpressions like "^/([a-zA-Z0-9]/?$". Some endpoints should be set appropriately. The problem was,...

Well, that's right, setting these two different endpoints would be a good solution. If I will use a connection-path map, I had to lookup a connection-path each time a message...

Ok, I will give it a try ;-) I think of a code like this: You have an endpoint ep="^/a/[0-9]+/?$". Now I want to connect to "/a/1", "/a/2",... Code would...

I will try it...but I still don't really see a problem to replace the std::vector of opt_endpoints with a concurrent vector like https://www.threadingbuildingblocks.org/docs/help/reference/containers_overview/concurrent_vector.htm and make it accessible. With a concurrent...

> Also, most likely, one would have to access some stored resource like the endpoint path within the same mutex lock/unlock in an onmessage function. I doubt that this lock...

Hi, I think I have encountered a kind of the same issue just today when I tried to run `terraform apply` after a `kubectl rollout undo`. The working image after...

Sorry, I have to reopen this issue. I have a script which gets an input value from c++. I want to run the same script each time with another input...