vishnureddy17 / paho.golang

Go libraries
Other
0 stars 0 forks source link

Packet Properties take pointers for basic types #17

Open vishnureddy17 opened 1 year ago

vishnureddy17 commented 1 year ago

For example, the session expiry in cp_connect.go takes a pointer to a uint32. Why not just take a uint32 directly?