Skip to content

Commit 806252f

Browse files
Deomid Ryabkovcesantabot
authored andcommitted
Init rpc-common after http-server
If we have HTTP or WS RPC, server needs to be initialized already. CL: Init rpc-common after http-server PUBLISHED_FROM=4a91153ae46a431fd9e92a0fb1d22a3ac1387039
1 parent e90a575 commit 806252f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ config_schema:
2222
libs:
2323
- origin: https://github.com/mongoose-os-libs/mongoose
2424

25+
# If we have HTTP or WS RPC, server needs to be initialized already.
26+
init_after:
27+
- http-server
28+
2529
cdefs:
2630
MGOS_ENABLE_RPC_CHANNEL_HTTP: 1
2731
MGOS_ENABLE_SYS_SERVICE: 1

0 commit comments

Comments
 (0)