Twisting icon indicating copy to clipboard operation
Twisting copied to clipboard

using with running instance

Open erqan opened this issue 9 years ago • 1 comments

now it can already connect to running twisterd instance, but...

  • rpc client should use user/password in twister.conf or ask for login into the running instance. https://github.com/ArcoMul/Twisting/blob/master/src/app/Twister.js#L25
  • in this case Twisting shouldn't stop the daemon. https://github.com/ArcoMul/Twisting/blob/master/src/app/main.js#L41

erqan avatar Oct 15 '15 14:10 erqan

Thanks! Good suggestion, definitely would make it more easy to try out Twisting without trusting an external build Twister deamon.

ArcoMul avatar Oct 15 '15 14:10 ArcoMul