-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: separate Client and Conn #1
base: master
Are you sure you want to change the base?
Conversation
BTW this code is already used in ATP. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Signed-off-by: Milos Tepavac <milos@rain.bh>
CRS use blocking channel when processing messages.
Signed-off-by: Milos Tepavac <milos@rain.bh>
Use non blocking channel when processing callback messages.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
… and not blocked.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…e-processing [SATPAN-103]: make signalr message processing action as a blocking with conf…
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
…st headers leak fixed. We don't share the same defaultConfig instance anymore but instantiating a new copy instead every time we need default config.
…-and-headers-leak-fix [SRPRO-1673] Headers leak fix & conn close method
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Provide Invoke and Callback API in client to robustly subscribe to bittrex feeds,
example/bittrex/main.go
is demo that subscribes to order book deltas and prints them out to stdout.