feat: client updater bun rework
2 unresolved threads
2 unresolved threads
Compare changes
Files
18+ 4
− 4
@@ -38,13 +38,13 @@ export function App(props: App) {
@@ -66,7 +66,7 @@ export function App(props: App) {
@@ -129,7 +129,7 @@ export function App(props: App) {
In a recent change to the clientupdater, I obtained the savestate from the headers instead of passing it as a request parameter. It is a bit confusing and unecessary to send the savestate both in the headers, and in the message body. See graphpolaris/microservices/client-updater-service!13 (merged).
Is it really required to reintroduce the savestateID here? Note, since I expect this to happen in multiple places, we can tackle this in a separate PR, consistent over all request. But would like to know a bit of context first