Milind L
Milind L
Thanks @saartamir , I couldn't reproduce it locally (the error wasn't there either as a result of Subscribe or within the consumer Poll). Could you add "debug": "all" to your...
Just a question before I try to reproduce this: In case of the log channel, are the messages still timing out, and just that the log isn't there? Or they...
Unfortunately, there is no in-built way to manage this situation. It has to be resolved on the application end, for example, by maintaining a map of offsets to booleans, and...
Great stuff, thanks for this PR. I only skimmed the PR yet, but I do believe it makes sense.
@ahan-ai , I'll take a look at this issue. I couldn't reproduce it locally but I was using an amd64 system and cross compiling to arm64. Could you try this,...
And also, what is the version of gcc on your machine which is used for linking?
@Jeremy-boo I understand that what you're trying to do is cross compile from an alpine linux amd64 builder, to an arm64 architecture. in this case, during the compilation step, the...
Seems similar to #1092. It seems to be a macOS specific thing (code 137 is SIGKILL). It seems to be a consequence of the binary being unsigned... Something like in...
What about the codesign method shown in the github comment? Also could you check `/var/log/system.log` after the kill of the application? It might contain some more useful hints for us.
Hi @darrkz , can you log before producing the topic name? it might be because topic string is empty