Commit 7d67f820 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

http

parent f9e18d4b
......@@ -43,7 +43,7 @@ HTTPListener.prototype._http_start = function()
{
var self = this;
self.msgrecv.sub('msg.httpcb.#' + session_id,function(err,msg){
self.msgrecv.sub('msg.httpcb.#' ,function(err,msg){
var ssid = msg.topic.split('.')[2]
self.httpcb.emit(ssid,msg)
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment