Skip to content

fix missing prefix V1 on sio event Bridge#3

Open
jooncheol wants to merge 1 commit intoAutoDRIVE-Ecosystem:mainfrom
jooncheol:bugfix
Open

fix missing prefix V1 on sio event Bridge#3
jooncheol wants to merge 1 commit intoAutoDRIVE-Ecosystem:mainfrom
jooncheol:bugfix

Conversation

@jooncheol
Copy link

The previous code made abnormal behavior of Simulator.

If you check the Socket Client Code in the Simulator, there are 2 lines that expect to parse "Reset" with "V1". But the Devkit's Server side SIO handler emits (send) the custom event "Bridge" with "Reset" without "V1 " prefix.

These are the link of simulator side sio code that were affected from the original devkit code.

After this patch, the simulator didn't have any abnormal behavior on my environment. (Simulator on macOS, devkit on arm64 VM)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant