Richard

Results 26 issues of Richard

## My Environment * __ArangoDB Version__: 3.9.2 * __Deployment Mode__: Single Server on premis * __Deployment Strategy__: Manual Start * __Configuration__: default * __Infrastructure__: own * __Operating System__: EL7 *...

@softvar I forgot to pull your changes before. You might need to update the builds again. I did not update the version, because you might want to fix things first...

I sometimes but rarely have an issue where a caller invokes a procedure twice within a very little time interval. This is usually no issue. I do have a scenario...

Advanced Profile
Enhancement
Needs discussion

@oberstet What do you think about a `invocation_policy` `NEXT_IDLE`? Lets say 3 callees have a shared registration on a procedure. The procedure takes quite some time to compute. If callee...

Currently the [`wamp.subscription.on_unsubscribe`](https://github.com/wamp-proto/wamp-proto/blob/master/rfc/text/advanced/ap_pubsub_subscription_meta_api.md#wampsubscriptionon_unsubscribe) returns a list with 2 elemnts. The subscribers `session|Id` and the unsubscribed `subscription|Id`. If a router implementation does not keep empty subscriptions, the information about the topic...

Advanced Profile
Enhancement
Needs discussion

When using shared registration the router may become a load balancer with round robin or random callee selection. Good balancers like haproxy or ElasticLoadBalancer allow to configure sticky sessions. http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-sticky-sessions.html...

Advanced Profile
Enhancement
Needs discussion
RFC

The calculation of wamp-cra is the following regarding the specs: ``` signature := HMAC[SHA256]_{secret} (challenge) ``` But you need to encode the key after derive_key to base64 before generating the...

Advanced Profile
Bug

I used pc-dart to implement some authentication processes in my [network library connectanum-dart](https://github.com/konsultaner/connectanum-dart). For one of the authentication processes I need to load ed25519 keys. I tried to implement loading...

Hi I tried to run the docker file from apache-7.4 with pahlcon-4.1.2. It had build the image but didn't start a container. I'm super new to docker and asking for...

question