mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Pass through Follower.connect options to DDP.connect.
This commit is contained in:
@@ -104,7 +104,7 @@ Follower = {
|
||||
url: url
|
||||
}]);
|
||||
} else {
|
||||
conn = DDP.connect(url);
|
||||
conn = DDP.connect(url, options);
|
||||
prevReconnect = conn.reconnect;
|
||||
prevDisconnect = conn.disconnect;
|
||||
prevApply = conn.apply;
|
||||
|
||||
Reference in New Issue
Block a user