0

Meteor アプリで、アクティブな DDP セッションの数を知り、それらに関する情報を取得するにはどうすればよいですか?

4

1 に答える 1

3

Have a look at the Meteor.server.sessions object on the server. The connectionHandle sub-object is probably the most useful property of each. I've only played around with these rather than using them for anything meaningful, but it seems to do what you require.

于 2014-10-16T13:25:12.603 に答える