Skip to content

flash exit on android #1

@c445352742

Description

@c445352742

1 when i get in vue , connected to ws,and then call App.exit(), it's fine.
2 when i get in my app again later, it just flash exit.
And android keep repeat these two steps, even in emulator.

Android error is:
Trace:
java.lang.NullPointerException:
Attempt to invoke virtual method 'void
com.getcapacitor.PluginCall.successCallback(com.getcapacitor.PluginResult)'on a nulobject reference
at
cn.holmescraft.capacitor.plugins.websocket.client.WebSocket$createConnect$wsClient$1.onFailure(WebSocket.kt:65)

my fix is annotate the code in line 65 : // bridge.getSavedCall(failureCallId[id]).successCallback(PluginResult(ret))

Can i get a good fix about it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions