We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e241c51 commit 6248a5dCopy full SHA for 6248a5d
CHANGES.md
@@ -2,4 +2,7 @@
2
3
* Bug Fix: Multi outs to a single in were displaying duplicate chan representations
4
* Enhancement: Support optionally filtering the state displayed in procs
5
-* Enhancement: Support circular flows
+* Enhancement: Support circular flows
6
+
7
+# v0.1.1
8
+* Enhancement: Construct websocket url based on window.location
README.md
@@ -35,7 +35,7 @@ Add the following dependency to your project:
35
(def server-state (monitor/start-server {:flow my-flow :port 9876}))
36
37
;; The web interface will be available at:
38
-;; http://localhost:9876/index.html#/?port=9876
+;; http://localhost:9876/index.html
39
```
40
41
### Custom Transit Handlers
0 commit comments