Skip to content

Commit

Permalink
Fixes #1345
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Oct 15, 2013
1 parent cf42916 commit 8939170
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ protected WebSocketHandler postProcessMapping(WebSocket webSocket, AtmosphereReq
}
}
}
webSocket.resource().setBroadcaster(framework.getBroadcasterFactory().lookup(path, true));
}
webSocket.resource().setBroadcaster(framework.getBroadcasterFactory().lookup(path, true));
return w;
}

Expand Down

0 comments on commit 8939170

Please sign in to comment.