[bisq-network/bisq] Remove read stdin loop (#4097)

Stan notifications at github.com
Mon Mar 30 14:59:11 UTC 2020


@ghubstan commented on this pull request.



>  
     public static void main(String[] args) {
-        new BisqCliMain("localhost", 8888);
+        new BisqCliMain("localhost", 8888, args);

A reminder to @freimair, re `TorHiddenServiceStartupTime`
```
int localPort = Integer.parseInt(configuration.getProperty(LOCAL_PORT, "9998"));
int servicePort = Integer.parseInt(configuration.getProperty(SERVICE_PORT, "9999"));
```
now conflicts with the `BisqGrpcServer` listening port `9998` in this `remove-read-stdin-loop` branch (not merged).   I am sure I should not be changing server + listening ports in `TorHiddenServiceStartupTime`.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4097#discussion_r400260171
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200330/07ec9357/attachment.html>


More information about the bisq-github mailing list