我在DolphinDB中部署了一个节点,并尝试使用subscribeTable函数。我收到以下错误消息:
Can't complete subscription because subscription is not enabled. 如何在DolphinDB中启用订阅?
发布于 2021-01-22 00:51:26
当您使用DolphinDB的单节点模式时,您需要在配置文件中指定配置参数subPort和maxPubConnections。例如:
subPort=80001
maxPubConnections=6https://stackoverflow.com/questions/65813702
复制相似问题