MinuteReversal

Results 5 comments of MinuteReversal

希望websocket可以派发消息到客户端。目前只能由客户发送消息到服务器。但不能服务器主动派发消息到客户端。比如通过http请求到服务器进行了一些处理后由websocket将消息又派发到所有的订阅客户端。

> > 希望websocket可以派发消息到客户端。目前只能由客户发送消息到服务器。但不能服务器主动派发消息到客户端。比如通过http请求到服务器进行了一些处理后由websocket将消息又派发到所有的订阅客户端。 > > 目前ws endpoint,允许客户端发送消息到规则链处理后把结果响应到当前客户端,你说的这种需求,会导致规则引擎变成有状态,可能用mqtt over websocket会好点。(使用mqtt客户端节点把消息发送到某个主题) 👍确实可以使用mqtt

@pangxie231 在我的场景中我不太希望使用!important权重,会导致外层组件无法覆盖内部组件的样式。

@albertosantini Thank you for your answer. Disable the pyhton extension and restart vscode. Caching of environment variables is solved. However, if the python extension is enabled, there will still be...