File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,6 @@ SocketCluster was designed to be lightweight and its realtime API is almost iden
29
29
Follow the project on Twitter: https://twitter.com/SocketCluster
30
30
Subscribe for updates: http://socketcluster.launchrock.com/
31
31
32
- ## Recent changes
33
-
34
- v0.9.44 - Major efficiency improvement - Now using UNIX sockets instead of TCP sockets for IPC. Uses named pipes on Windows.
35
- This change affected the API. The workers and stores start options are now just integers instead of arrays of port numbers.
36
- Also note that the balancerCount option was renamed to balancers.
37
-
38
32
## Memory leak profile
39
33
40
34
SocketCluster has been tested for memory leaks.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socketcluster" ,
3
3
"description" : " SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances." ,
4
- "version" : " 0.9.73 " ,
4
+ "version" : " 0.9.74 " ,
5
5
"homepage" : " http://socketcluster.io" ,
6
6
"contributors" : [
7
7
{
18
18
"http-proxy" : " 1.1.4" ,
19
19
"iocluster" : " >= 1.4.4" ,
20
20
"optimist" : " 0.6.1" ,
21
- "socketcluster-server" : " >= 0.9.38 " ,
21
+ "socketcluster-server" : " >= 0.9.39 " ,
22
22
"uid-number" : " 0.0.5" ,
23
23
"wrench" : " 1.5.8"
24
24
},
You can’t perform that action at this time.
0 commit comments