Fábio Luiz Nery de Miranda

Results 4 issues of Fábio Luiz Nery de Miranda

### Temporary workaround Modify the `.codeclimate.yml` file to mark the engine as disabled. ``` engines: bundler-audit: enabled: false ```

In answer to https://github.com/lorenzodonini/ocpp-go/issues/123#issuecomment-1053641758, let me know if this format would be appropriate - feel free to suggest improvements.

Is there a way to fix this error without having to add an extra code to configure the server to accept handshake w/ the ocpp2.0.1.1 protocol header? ### Server log...

UsersController#index_stream was actually returning, and connection was closing. This makes EventSource poll a new request - by default after 3 seconds. The fix consisted in keeping action alive using a...