Neeraj Vaidya

Results 9 comments of Neeraj Vaidya

Basically, it appears that any reflect.Value which is returned by the interpreter.Eval method does not retain the type information for custom types. It only does so for the ones which...

thank you very much @mvertes any estimate by when this will be fixed ? or how complex this is ?

/assign I would like to work on this issue. As I am completely new to this workflow, can I please get some guidance on how to go about working on...

Also, note that although my build environment is Windows, I am compiling into a Linux executable. So, the built application is being run on a Linux 64-bit machine with the...

thanks @neild so does it mean that a single connection to my endpoint is not enough for sending out more than 2500-3000 requests per second ? I can try with...

@neild I tried with multiple connections to the server and basically round-robin'ed / distributed all my requests over those multiple connections and this now seems to work upto a point...