Skip to content

Commit 3ac32d9

Browse files
authored
Use binary format to fix gitpod-io/gitpod#15292 (#28)
1 parent a4aad8a commit 3ac32d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/publicApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class GitpodPublicApi {
2828
const transport = createConnectTransport({
2929
baseUrl: serviceUrl.toString(),
3030
interceptors: [authInterceptor],
31+
useBinaryFormat: true,
3132
});
3233

3334
this.workspaceService = createPromiseClient(WorkspacesService, transport);

0 commit comments

Comments
 (0)