Rev 976 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 976 | Rev 983 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | { |
24 | { |
| 25 | //log("Socket:" + id + "> Encountered a thread that have no javascript Socket object. This is not supposed to be possible, report this.\n"); |
25 | //log("Socket:" + id + "> Encountered a thread that have no javascript Socket object. This is not supposed to be possible, report this.\n"); |
| 26 | 26 | ||
| 27 | if (!stopSocketThread(id)) |
27 | if (!stopSocketThread(id)) |
| 28 | { |
28 | { |
| 29 | log |
29 | //log("Socket:" + id + "> Socket thread could not be stopped.\n"); |
| 30 | } |
30 | } |
| 31 | } |
31 | } |
| 32 | } |
32 | } |
| 33 | 33 | ||
| 34 | Socket.prototype.triggerCallback = function(event, data) |
34 | Socket.prototype.triggerCallback = function(event, data) |