Eric Schaal
Eric Schaal
hi @joh-klein, I think you just need to extend OAuth2Strategy class and override `OAuth2Strategy.prototype.authorizationParams`
I am having the same issue after upgrading from react native 0.57.x to 0.58.6. Works perfectly when connected to the chrome debugger but doesn't work with without remote debugging.
I was able to obtain the following using safari debugging (iPhone X Simulator) None of the callbacks are called: ``` client.onConnect client.onStompError client.onWebSocketClose ``` > [Log] [DEBUG][16:39:59:791][WSService]: Opening Web Socket......
I was aware of issue https://github.com/facebook/react-native/issues/12731, but until 0.58 it seemed to only affect android. Not sure what changed.
I can take care of it. In the mean time, @kum-deepak do you think forcing spring to send binary frames would bypass this issue?
Hi @fabiendem and others That's exactly what we did here [react-native-ble-plx](https://github.com/MY01Inc/react-native-ble-plx) We updated [MultiPlatformBleAdapter](https://github.com/dotintent/MultiPlatformBleAdapter) to use the latest RxAndroidBle We also pushed it to [NPM](https://www.npmjs.com/package/@my01/react-native-ble-plx) Not sure if it's bulletproof,...
Hey all! What's the status on this? :)
rn 0.71, rnn 7.32.1 still the same problem
@mikewli Same issue.
Hi @gomesbreno, this is most likely linked to https://github.com/wix/Detox/issues/3762.