Allan-Nava / nakama-flutter

Dart / Flutter client for Nakama server.
https://github.com/obrunsmann/flutter_nakama
MIT License
123 stars 5 forks source link

Rpc async method returns null #4

Open lchenneberg opened 3 years ago

lchenneberg commented 3 years ago

Hello, I'm facing some issues with rpc.

I try to call the rpc async method from the websocket client the Future returns null on every call; In the server logs I can see that the method has been called.

Can you get a look and tell me what I am doing wrong?

Screen Shot 2021-07-17 at 1 06 45 AM Screen Shot 2021-07-17 at 1 06 14 AM Screen Shot 2021-07-17 at 1 06 04 AM Screen Shot 2021-07-17 at 1 05 34 AM
Allan-Nava commented 3 years ago

Do you use this repo for nakama flutter?

lchenneberg commented 3 years ago

Actually I'm using https://github.com/obrunsmann/flutter_nakama.

But Since your repo is a fork I guess you might have deal with this issue.

Did you fix it?

Allan-Nava commented 2 years ago

Actually I'm using https://github.com/obrunsmann/flutter_nakama.

But Since your repo is a fork I guess you might have deal with this issue.

Did you fix it?

Any news?