-
- Downloads
Store/reuse each server's client highwater mark for MQTT publishing
Although we always republished "0" as the client highwater mark (e.g. upon server startup and recycle), the internally tracked highwater marked is *not* reset (to zero) upon recycle, so may not have been republished (with a non-zero) value until/unless the internal highwater mark was exceeded. So now, the value we publish upon recycle will be same value as the internally tracked client highwater mark. This fixes issue #910
Showing
- src/sbbs3/ftpsrvr.c 1 addition, 1 deletionsrc/sbbs3/ftpsrvr.c
- src/sbbs3/mailsrvr.c 2 additions, 2 deletionssrc/sbbs3/mailsrvr.c
- src/sbbs3/main.cpp 1 addition, 1 deletionsrc/sbbs3/main.cpp
- src/sbbs3/mqtt.c 1 addition, 1 deletionsrc/sbbs3/mqtt.c
- src/sbbs3/mqtt.h 1 addition, 0 deletionssrc/sbbs3/mqtt.h
- src/sbbs3/services.c 1 addition, 1 deletionsrc/sbbs3/services.c
- src/sbbs3/websrvr.c 1 addition, 1 deletionsrc/sbbs3/websrvr.c
Loading
Please register or sign in to comment