TuyaInc/tuya_pulsar_sdk_go

Missing Acknoweldgement from Pulsar API

Closed this issue · 3 comments

Thanks for the Tuya GO SDK.

We should receive some acknowledgement when the client tries to connect to the pulsar server API.

Otherwise, we don't have a clue whether the Client connection is success or failure with the Pulsar API.

This may not be the issue with SDK, But, would like to raise this whether its possible to get an acknowledgment after the successful handshake with the server.

LvBay commented

The current prompt message is indeed not friendly enough. If sdk can successfully connect to pulsar, it would be friendly to print some logs. I will update some code later.

LvBay commented

I modified some code. Now when you connect pulsar, there will be some log information.
@nk-gears

@LvBay, Thank you. It works good now and i can see the acknowledgement that the client is able to talk to pulsar service.