mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 20:55:48 +00:00
Merge pull request #543 from darkdarkdragon/develop-reconnect
resend request in case server was disconnected after request was sent
This commit is contained in:
@@ -692,6 +692,7 @@ Server.prototype._handleResponse = function(message) {
|
||||
remote: message
|
||||
});
|
||||
}
|
||||
request.emit('response', message);
|
||||
};
|
||||
|
||||
Server.prototype._handlePathFind = function(message) {
|
||||
|
||||
Reference in New Issue
Block a user