Ibrahim ERTURK

Results 16 comments of Ibrahim ERTURK

Hi @MichalPrincNXP, Thanks for the reply. If this is the case, it needs to be insert a duplicate parameter to pass `length` into Python side. In my case client was...

Even though the function parameter in `@max_length(value)` is defined as `inout`, while the parameter won't generated in `Python `version, but it is generted in `C/C++` version.

Hi @Hadatko, Thanks for the great project `eRPC`. I need more than one `client `within same core as in @eugene345's case. You explained that it is impossible `! Unfortunately you...

Hi @Hadatko, Thanks for the prompt reply. I'll check the solution that you recommended. Regards, Ibrahim

Hi @mjhammel, I experienced the same problem on ARM, and resolve it as in the following link. It's regarding the `CFLAGS` for building `Libleak`. https://github.com/WuBingzheng/libleak/issues/21#issuecomment-1208562003 Hope this works for you...

I experienced problems due to lack of serialized header, and added some code to framed transport class to serialize header. I can share the code on request.

Hi @Hadatko , using the term serialize may be wrong here. Sometimes the transferred header may be corrupted due to lack of frame and CRC. So I have to add...

Yes, it is related to message size. The second side wait for message with incorrect size. So the transfer is aborted if there is a timeout for the transfer. In...

Hi @huww98, Thanks for prompt reply. In our case, we are trying to plot a data @ ~38.4k. We are using `webworkers` threads to retrieve data from the server. I...

It seems that the interface is being created as `bridge0`, then renamed as `vm-public` after the `dnsmasq service` is being tried to start ``` Jan 2 11:12:56 mac-bsd dnsmasq[1583]: unknown...