1
我想在Ruby中爲GCM CCS編寫一個xmpp實現。 我的代碼xmpp紅寶石客戶端谷歌雲消息服務
require 'xmpp4r'
sender_jid = Jabber::JID.new('[email protected]')
client = Jabber::Client.new(sender_jid)
client.connect('gcm.googleapis.com', 5235)
client.auth('auth_token')
client.connect之後....我得到這個錯誤:
fatal: No live threads left. Deadlock?
任何想法?