golongpoll v1.1.0 Release Notes
Release Date: 2016-02-05 // over 8 years ago-
๐ New in v1.1
- ๐ Deprecated
CreateManager
andCreateCustomManager
in favor ofStartLongpoll
- The deprecated functions still work but they log warnings when called.
StartLongpoll
takes anOptions
struct that allows you to configure more behavior.
- Event expiration via the
EventTimeToLiveSeconds
option. - ๐ Bug fixes for client disconnects
- ๐ Deprecated
Previous changes from v1.0.0
-
๐ First release of golongpoll. Have at it, world!