DickyT
DickyT
Hi, I noticed that even if we disconnect all the miners, the `/stats` page will still have 1 connection. Is there any way to end the connections automatically if there...
Fixed this issue in pure javascript way!  **And I also create a wrapper, in order to make other people can use this package...
Hi there, I noticed that inside the `addListener`, if someone trying to listen to an event which is already listened before, which will cause `RNTGlobalEventEmitter.addObserver(eventName);` run one more time, which...