Commit ad05986
committed
chore: stop using default mux in SDK server
This is essentially a hack. We need to be able to run the SDK server twice in
Obot to fix some short-term dependency cycles. We are unable to do this if both
use the default server mux. This change will use a separate mux for each.
Signed-off-by: Donnie Adams <donnie@obot.ai>1 parent f962ce4 commit ad05986
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | | - | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
0 commit comments