question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SubscribeToOrderUpdatesAsync - Not receiving any data?

See original GitHub issue

Sample code:

Await socketClient.SubscribeToOrderUpdatesAsync(Sub(data) RecordData("OrderUpdate", New String() {data.Delta.Id, data.Delta.FillQuantity, data.Delta.Status, data.Delta.Symbol, data.Delta.Direction}))

 Private Sub RecordData(ByVal DataType As String, ByVal DataParts() As String)
        Select Case DataType
            Case "OrderUpdate"
                MessageBox.Show("An Order Update Occured")
        End Select
End Sub

Also while I’m posting this: Examples / ClientConsole / Program.cs - Line 62 - SubscribeToAccountUpdates - Does not exist.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
JKorfcommented, Mar 15, 2021

You’re right, there was an issue with the authentication in the socket client. I’ve resolved this in 5.0.1. Let me know if you have any other issues.

0reactions
JKorfcommented, Mar 16, 2021

Appreciated 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS Appsync subscription is not updating my component
Open DynamoDB console and add the records manually. I was expecting there is some notifications received on my app but there isn't, and...
Read more >
Datastore is not getting subscription updates until you ...
Describe the bug When updates to a datastore item is made the updates do not show up in another instance via subscription automatically....
Read more >
[SOLVED] Using `client.subscribe` does not work? (to ...
I have a working Python code (see the subscription_client.py code on this page) that does receive subscriptions from AWS AppSync.
Read more >
Solved: CDS updated data not reflecting after it's updated...
Solved: Hi Experts, I am facing one weird issue related to data fetch via liquid code or displaying data in entity list.
Read more >
Bittrex.Net
Net wrapper for the Bittrex web API including all features easily accessible and usable ... SubscribeToOrderUpdatesAsync - Not receiving any data? $ 0....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found