Compose.io - mongodb connection reset by peer

Today i got the following error several times:

Failure in user lookup:
read tcp 172.17.0.6:47999-><compose.io-server-ip>:10117: read: connection reset by peer

Answer from the compose.io-support:

You’ll want to implement try/catch style logic that checks the veracity of a TCP connection fist, and then recovers and retries if there’s a network error during the communication.

Is this behavior already implemented?

You just raised this issue: try/catch style logic for mongodb connection · Issue #201 · TykTechnologies/tyk · GitHub

And it has been already been addressed in develop branch for next version.

Thx for the fast reply :slightly_smiling:

Could you please tell me when the next release of the dashboard is planned?