chore: update version to 0.0.47 and enhance WebSocket handling in server implementation
This commit is contained in:
@@ -134,7 +134,7 @@ export class App<U = {}> {
|
||||
}
|
||||
this.server.on({
|
||||
id: 'app-request-listener',
|
||||
fun: fn
|
||||
fun: fn as any,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user