StartAt24

Results 3 comments of StartAt24

I have find this setting, and it seems solved my problem. Here is my code: ```Go opt := engineio.Options{ PingTimeout: time.Minute*2, PingInterval: time.Minute} server, err:= socketio.NewServer(&opt) ``` It wonn't case...

fix some build error.

> How can I use aggregate? > such as: > db.mycol.aggregate([{$group : {_id : "$by_user", num_tutorial : {$sum : 1}}}]) I have the same problem! Have you solved it?