You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not working on RHEL 5.3 server.
Test Result is the below.
connect
connect
reconnect
connect
reconnect
connect
reconnect
connect
reconnect
connect
reconnect
connect
It's working on Windows Platform very well.
Test Result is the below.
connect
tweet={ friends: [ 6949902, 215198915 ] }
Please check it out.
Thank you for your help.
Regards,
Thomas Lee
The text was updated successfully, but these errors were encountered:
Hi,
The following is my testing sample code:
var stream2 = T.stream('user');
stream2.on('tweet', function (tweet) {
console.log('tweet='+util.inspect(tweet, null, null));
});
stream2.on('connect', function (request) {
//console.log('connect='+util.inspect(request, null, null));
console.log('connect');
});
stream2.on('reconnect', function (request, response, connectInterval) {
console.log('reconnect');
});
stream2.on('disconnect', function (disconnectMessage) {
console.log('disconnect='+util.inspect(disconnectMessage, null, null));
});
It's not working on RHEL 5.3 server.
Test Result is the below.
connect
connect
reconnect
connect
reconnect
connect
reconnect
connect
reconnect
connect
reconnect
connect
It's working on Windows Platform very well.
Test Result is the below.
connect
tweet={ friends: [ 6949902, 215198915 ] }
Please check it out.
Thank you for your help.
Regards,
Thomas Lee
The text was updated successfully, but these errors were encountered: