Szymon Mentel

Results 4 issues of Szymon Mentel

Are there any advantages by treating `*EPL.beam` files as plugins over making plugins valid Elixir/Erlang applications? The web socket handlers could be configured via the config file.

enhancement
discussion

Such work has already been made in: * [tcp_options](https://github.com/esl/escalus/commit/f911a8093defa140f9c2c3d4778d21e919cf9037) branch * [temporary_escalus_tcp_update](https://github.com/esl/escalus/tree/temporary_escalus_tcp_update) branch (it even made it the master branch) However I see a few issues here: * we allow...

mattsaidwhat

This solution worked for my case: i.e. when we kill a running MongooseIM node and then transfer metrics there's no error. Grafana correctly displays the graphs where the values are...

Even though the `FLAME.Backend` allows for the `backend.init/1` to return an error: `@callback init(opts :: Keyword.t()) :: {:ok, state :: term()} | {:error, term()}` The `FLAME.Pool` would not handle it...