Giau. Tran Minh

Results 96 comments of Giau. Tran Minh

``` const oldResolve = field.resolve || defaultFieldResolver; ``` @fc-io : shorten. :D

Hi @jdiamond , any comment?

Yes, I really have a working version here: https://github.com/giautm/mqtt-native/tree/main/src (Just for test). ReactNative can compile typescript directly without bundle first. I need to add `import { URL } from 'react-native-url-polyfill'`...

Yeah, Your library working very well with ReactNative. I have a client that connects to a broker over 5 days without any interruption/disconnect. My application working stable for 5 days....

You can write the code next to `client.go` in the generated package. ```go // user_extend.go func (*User) DoSomething(ctx context.Context) error { return nil } ```

@radeksimko: Hello, I'm a co-worker with @datdao. Thank you for your response here. We also want to contribute to this support if it's missing / undevelopment yet. First, we will...