Closed rubdos closed 9 months ago
Cherry picked and fixed the protobuf dep from #270
Attention: 20 lines
in your changes are missing coverage. Please review.
Comparison is base (
926c555
) 2.30% compared to head (bcae066
) 3.39%. Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Bumps MSRV to 1.75 because of RPITIT. I anticipate this quickly will get traction in several libs.
I saw some funky behaviour, the websocket seemed to be resetting.
2024-01-10T17:45:32.869635Z ERROR whisperfish::worker::client: Error starting stream: Websocket error: HTTP status 504 Gateway Timeout
2024-01-10T17:45:32.869732Z INFO whisperfish::worker::client: Retrying in 10
2024-01-10T17:46:06.972704Z TRACE websocket: libsignal_service_hyper::websocket: Will start websocket at Url { scheme: "wss", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("chat.signal.org")), port: None, path: "/v1/websocket/", query: None, fragment: None }
2024-01-10T17:46:07.102194Z WARN libsignal_service_hyper::websocket: Websocket closing: Some(CloseFrame { code: Error, reason: "org.eclipse.jetty.websocket.core.exception.WebSocketException: WebSocketResourceProvider OPEN method error: WebSocketConnec" })
2024-01-10T17:46:07.922719Z ERROR set up message receiver:websocket: libsignal_service::websocket: SignalWebSocket: Websocket error: end of web request stream; socket closing
2024-01-10T17:46:07.923564Z INFO libsignal_service::messagepipe: sink was closed: Ok(())
2024-01-10T17:46:07.923604Z DEBUG whisperfish::worker::client: Attempting reconnect
Now that we have 1.75... we can bump all the things!
I'm keeping away from bumping -protocol now.