Replies: 2 comments
-
It would be great if you could add some more details. Is the pi the client? Also, I'm not sure I understand - do you subscribe to a subject on PI on which you're publishing the json matrix and you don't get the messages? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Pi is the subscriber (golang app), which makes an api call and returns the
data
Request attempts from both a dot Net app as well as from the nats CLI tool.
I have two subscriptions on the pi, and when running local, they both
return data. On the pi however, one comes back, while the other returns a
blank response. Checked the logs on the docker container and no exceptions
are being thrown from the raspberry pi.
Attempting to do a request/reply type of message, which indicates a request
message and a subscribe listener
…On Tue, Feb 4, 2025, 3:49 PM Piotr Piotrowski ***@***.***> wrote:
It would be great if you could add some more details. Is the pi the
client? Also, I'm not sure I understand - do you subscribe to a subject on
PI on which you're publishing the json matrix and you don't get the
messages?
—
Reply to this email directly, view it on GitHub
<#1795 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGWNTNW2D4L4A3T4UCMFRSD2OEYWRAVCNFSM6AAAAABWOOVRXOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBWGAYTKMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a go app that returns a json matrix (array of arrays) which returns fine on windows but returns nothing on my pi. I know the libray works on the pi since I have a different subscriber that returns a message-pack payload. Could it be a timeout issue due to the less powered pi?
Beta Was this translation helpful? Give feedback.
All reactions