Skip to content

Commit 3ad70a4

Browse files
committed
New ClusterJsonRequest for more lightweight calling of controllers on other cluster members
cr: Jakub (pending)
1 parent 976b073 commit 3ad70a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/controllers/io/xh/hoist/admin/cluster/WebSocketAdminController.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class WebSocketAdminController extends BaseController {
2121
}
2222
static class AllChannels extends ClusterJsonRequest {
2323
def doCall() {
24-
appContext.webSocketService.allChannels*.formatForJSON()
24+
appContext.webSocketService.allChannels
2525
}
2626
}
2727

0 commit comments

Comments
 (0)