[bisq-network/bisq] Introduce gRPC API proof of concept (#3888)

Chris Beams notifications at github.com
Mon Jan 20 12:34:11 UTC 2020


cbeams commented on this pull request.



> +                                    paymentAccountId);
+                            result = String.valueOf(success);
+                            break;
+                        } catch (Throwable t) {
+                            log.error(t.toString(), t);
+                            break;
+                        }
+                    case "stop":
+                        result = "Shut down client";
+                        try {
+                            shutdown();
+                        } catch (InterruptedException e) {
+                            log.error(e.toString(), e);
+                        }
+                        break;
+                    case "stopServer":

I just checked it locally and it does work for me. That is, after I call the `stopServer` RPC from the client, no further commands can be issued from the client because indeed the server has been stopped.

-- 
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/3888#discussion_r368524684
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200120/4240705a/attachment.html>


More information about the bisq-github mailing list