Skip to content

Instantly share code, notes, and snippets.

View arzmir's full-sized avatar

René Olavi Räisänen arzmir

View GitHub Profile

Keybase proof

I hereby claim:

  • I am arzmir on github.
  • I am arzmir (https://keybase.io/arzmir) on keybase.
  • I have a public key ASBBUFWWh1y3ungR-KjPZIxV268QmYUfxFbtAeZh737USwo

To claim this, I am signing this object:

@arzmir
arzmir / Poller.js
Last active July 5, 2019 10:53
Problems with Electron, wait-on package, app.ready, event queue
const axios = require('axios');
const defaultOptions = {
axiosTimeout: 900,
chosenLogger: console.log,
expectingResponse: true,
pollingInterval: 1000,
startUpDelay: 1000,
timesToPoll: 5,
silent: false,