releases.shpreview

3.2.2

$npx -y @buildinternet/releases show rel_GFpxlaG7wp8fApK4cwFz8

[3.2.2] - 2022-10-27

Fixed:

  • The SDK was using a connection pool with a keep-alive interval of at least 10 minutes for polling requests. This has been removed and each request now uses a new connection. The keep-alive behavior was not desirable for foreground polling: foreground polling is only done if streaming was explicitly disabled, which would likely be because the application does not want to leave a connection open. And it was of no use for background polling, since the interval for that is at least an hour. One undesirable consequence was that if the 10-minute interval expired after the device had gone to sleep, the small amount of network traffic involved in shutting down the connection could wake the device up again.

Fetched April 11, 2026