Jai Pradeesh

Results 8 issues of Jai Pradeesh

It seems like the module is leaking memory. According to the dump it is of type 'String'. Could you identify and fix it?

As per CLI helper text: ``` drop Drop everyting inside database ``` But it doesn't drop functions, custom sequences, ..

``` URL_HOST=foo.bar.io URL_SCHEMA=https URL_PORT=5000 ``` Since nginx is running on 443 and 80 and terminates TLS, I can't specify URL_PORT as 80 or 443. If it keep it as 5000,...

Logs ``` root@docker-s-2vcpu-4gb-ams3-01:/statuspal# ./docker/build.sh + ACCOUNT=statuspal + IMAGE=statuspal + docker build -t statuspal/statuspal:latest . -f ./docker/Dockerfile Sending build context to Docker daemon 2.151MB Step 1/26 : FROM elixir:alpine 1.7-alpine: Pulling...

The `consumerTag` generation [1] looks good to me. Is it an extremely rare case where `Math.random()` is generating values > 256 characters which violates `shortstr`? Also, post occurrence of this...

> The connection between front-end and server is via websocket. On every `connect` event, server subscribes to 5 queues. Each returns its own cTags. On disconnect, how to unsubscribe from...