You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following warning was shown to one of our users.
consensus_1 | Jun 09, 2022 2:37:48 PM okhttp3.internal.platform.Platform log
consensus_1 | WARNING: A connection to http://mev-boost:18550/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
consensus_1 | Jun 09, 2022 2:37:48 PM okhttp3.internal.platform.Platform log
consensus_1 | WARNING: A connection to http://mev-boost:18550/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
This warning is due to the fact the ResponseBody in OkHttpRestClient is not closed and it must be.
The text was updated successfully, but these errors were encountered:
StefanBratanov
changed the title
[MEV Boost\Builder] Response Body not closed
[MEV Boost\Builder] Response Body not closing
Jun 10, 2022
StefanBratanov
changed the title
[MEV Boost\Builder] Response Body not closing
[MEV Boost\Builder] Response Body not closing (OkHttp)
Jun 10, 2022
StefanBratanov
changed the title
[MEV Boost\Builder] Response Body not closing (OkHttp)
[MEV Boost\Builder] Response Body not closed (OkHttp)
Jun 10, 2022
The following warning was shown to one of our users.
This warning is due to the fact the ResponseBody in
OkHttpRestClient
is not closed and it must be.The text was updated successfully, but these errors were encountered: