pavelpgt

Results 2 comments of pavelpgt

Ok. Thanks for the reply. I will try to implement it.

Hi. I am trying to manually implement a getKey() function but with no luck. What I did: I created idl: ` struct HelloWorld { @Key long id; string message; };...