python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Graphql-ws: separate websocket connection is opened for each subscription
I'm a newbie in websockets.
I use urql and graphql-ws (migrated from subscriptions-transport-ws) to get graphql subscriptions. The code is following:
export const useUrqlClient = () => {
const he...
Vyacheslav Fedorin
Votes: 0
Answers: 1
no data ingested in the output table after using dolphindb subscribeTable
The DolphinDB subscribeTable uses the handler to filter and insert data into the output table, but there is no data in the output table.
share streamTable(1000:0, `time`a, [TIMESTAMP, DOUBLE]) as tabl...
Polly
Votes: 0
Answers: 1
DolphinDB - add columns before streaming engine and after subscribing data
If I want to add columns while filtering, what should I do if the table structure changes?
share streamTable(1000:0, `time`a, [TIMESTAMP, DOUBLE]) as table
outputTable = table(10000:0, `time`a, [TIMES...
Polly
Votes: 0
Answers: 1
How to tell if scheduled subscription is successful in DolphinDB
I have subscribed to a stream table via subscribeTable(). But why nothing is ingested to the table that I want to apped subscribed data to? How do i tell if my subscription is successful? My subscribe...
Polly
Votes: 0
Answers: 1