Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having trouble subscribing #65

Open
DBraszak opened this issue Jan 4, 2024 · 3 comments
Open

Having trouble subscribing #65

DBraszak opened this issue Jan 4, 2024 · 3 comments

Comments

@DBraszak
Copy link

DBraszak commented Jan 4, 2024

Hello Stefan,

Following your documentation I have succesfully Published payload into the broker and received it on the other application, but I'm having an issue with Timeout during subscribing to a topic:

image

image

image

image

I have spent some time trying to debug it, but I'm out of ideas.

I would appreciate some help! Thanks in advance.

@stefandreyer
Copy link
Owner

Hi,

in the ClientFB there is a error History, is there any entry? Maybe the broker resets the connection. Which broker do you use?

Can you make a Wireshark snipped for the subscription attemp?

BR Stefan

@DBraszak
Copy link
Author

DBraszak commented Jan 4, 2024

Error history looks empty:

image

Wireshark scan starting from CPU start:

image
So basically nothing happened on the network after switching on the Subscribe input.

My setup:
CODESYS Control Win V3 - x64 on my laptop

MQTT Mosquitto broker hosted on and Rapsberry PI 4b with Home Assistant OS

Subscribing from my laptop through the command line with mosquitto_sub works correctly with the same parameters.

@stefandreyer
Copy link
Owner

Hi,

is your dynamic memmory big enough? Check if CreatDynamicContentFailed is set in ClientFB, if so, increase dynamic memory ammount.

Hint for this, the Pointer to the history is zero.

BR Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants