Laurenz Honauer

Results 25 comments of Laurenz Honauer

Possibly it is the best solution to handle zksync in native code via the zksync swift and java sdk's ?

Afterthought: In the documentation of [tx_submit](https://docs.zksync.io/api/v0.1/#tx-submit) it says that its possible to send an optional `ethereumSignature`. This `ethereumSignature`is something that would be signed by my Multi-Party process. Which seems to...

Thanks for reacting so quickly to this! My use case is that I am getting a promise via defer & modifying it in the frontend. Like you describe, when I...

> The loop doesn't really have to do with `revalidate` and still happens in this simplified setup: The `setState` was an attempt of mine to force the render count to...

Super interesting. I'm trying my best to help here. Let me know if I can provide a specific scenario so you can just check it out.. I looked a bit...

Some more background: The server that I want to talk to is implemented via fastify with [fastify-websocket](https://github.com/fastify/fastify-websocket) There I configured the server like this: ```typescript import websocketPlugin from '@fastify/websocket'; server.register(websocketPlugin,...

Sorry, I was confused by the initial Issue template and thought the reproducer was somehow voluntary. [here](https://github.com/lauhon/react-native-android-websocket-bug) is a minimal reproduction. It has a small node server that can be...

Hey, @cortinico is there anything more I can do to support this Issue?

I can do that. Could you point me to a relevant place in the react-native code, where I could start investigating? This would be my first contribution and I have...

Nvm. after some digging i found [this module](https://github.com/facebook/react-native/blob/main/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/websocket/WebSocketModule.java) Will look into it and come back later