UNPKG

@omneedia/socketcluster

Version:

SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.

5 lines 159 B
export class SubscriptionLog { constructor(public subscribedFrame: number, public unsubscribedFrame: number = Number.POSITIVE_INFINITY) { } }