Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
start the broadcasters lifecyle management manually, thanks to
Browse files Browse the repository at this point in the history
@digitaldaniel for the tip
  • Loading branch information
peuter authored and teichsta committed Sep 7, 2014
1 parent f68056f commit a584ec6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public static ConcurrentMap<String, Object> getMap() {

public void registerItems(){
broadcaster.getBroadcasterConfig().setBroadcasterCache(new CVBroadcasterCache());
broadcaster.getBroadcasterConfig().getBroadcasterCache().configure(broadcaster.getBroadcasterConfig());
broadcaster.getBroadcasterConfig().getBroadcasterCache().start();

broadcaster.getBroadcasterConfig().addFilter(new PerRequestBroadcastFilter() {

@Override
Expand Down

0 comments on commit a584ec6

Please sign in to comment.