Client
Meteor.reconnect()
import { Meteor } from 'meteor/meteor'
Source Force an immediate reconnection attempt if the client is not connected to the server.
This method does nothing if the client is already connected.
Meteor.reconnect()
import { Meteor } from 'meteor/meteor'
Source Force an immediate reconnection attempt if the client is not connected to the server.
This method does nothing if the client is already connected.
Please login to continue.