Skip to content
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

Fix subaccount data issue with websocket reconnect #753

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

ruixhuang
Copy link
Contributor

Need to be careful of ChatGPT generated code :-(

@ruixhuang ruixhuang marked this pull request as ready for review November 14, 2024 03:49
@@ -46,7 +46,7 @@ internal class V4SubaccountsProcessor(
payload: List<Any>?,
): MutableMap<Int, InternalSubaccountState> {
return if (payload != null) {
internalState.clear()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooooo

jaredvu
jaredvu previously approved these changes Nov 14, 2024
@tyleroooo tyleroooo merged commit b4025ff into main Nov 14, 2024
3 checks passed
@tyleroooo tyleroooo deleted the feature/bug_fixes1 branch November 14, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants