Skip to content

Commit

Permalink
getting codegen more in alignment with reference
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Jul 23, 2024
1 parent 1847167 commit b7668ce
Show file tree
Hide file tree
Showing 12 changed files with 186 additions and 205 deletions.
2 changes: 1 addition & 1 deletion languages/ts/ts-client/src/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export async function arriWsRequest<
type WsErrorHook = (err: ArriErrorInstance) => void;
type WsMessageHook<TResponse> = (msg: TResponse) => any;

class WsController<TParams, TResponse> {
export class WsController<TParams, TResponse> {
url: string;
private _ws?: NodeWebsocket | WebSocket;
private readonly _serializer: (input: TParams) => string;
Expand Down
Loading

0 comments on commit b7668ce

Please sign in to comment.