2019-04-28 10:42:08 +00:00
|
|
|
import * as plugins from './smartuniverse.plugins';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* a cache for clients
|
2019-04-30 17:16:03 +00:00
|
|
|
* keeps track of which messages have already been received
|
|
|
|
* good for deduplication in mesh environments
|
2019-04-28 10:42:08 +00:00
|
|
|
*/
|
2019-06-06 21:23:37 +00:00
|
|
|
export class ClientUniverseCache {}
|