triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

fix(android): change cookie option name and fix runtime error for setting cookie on Android #93

Closed ajaymaru closed 4 years ago

ajaymaru commented 4 years ago

PR Checklist

What is the current behavior?

91, #92

What is the new behavior?

Fixes the error described in the issues listed above by correcting the option key value and a fix for the runtime error on Android

Fixes/Implements/Closes #[Issue Number].

91, #92

ajaymaru commented 4 years ago

@triniwiz I was wondering if you are planning to push the fixes out in a new release to npm. Thanks.