每个主题使用一个单独的hub转发消息

This commit is contained in:
fengzhiqiang
2019-01-08 16:14:11 +08:00
parent 505e30d20d
commit 88f9bf7b92
2 changed files with 82 additions and 41 deletions
+17
View File
@@ -0,0 +1,17 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}",
"env": {},
"args": []
}
]
}