Created
July 29, 2011 10:34
-
-
Save erubboli/1113588 to your computer and use it in GitHub Desktop.
Faye Sender
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'faye' | |
client = Faye::Client.new('http://localhost:8000/auctions') | |
EM.run do | |
10.times do |n| | |
client.publish("/#{n}", { | |
msg: 'obladioblada', | |
id: n | |
}); | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server running on port 8000 | |
2011-07-29 12:47:17 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"5ghr0a2gms1prfiqbwkg16wh4"}] | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"5ghr0a2gms1prfiqbwkg16wh4"}] (local: false) | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"5ghr0a2gms1prfiqbwkg16wh4"} | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Handling message: {"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"5ghr0a2gms1prfiqbwkg16wh4"} (local: false) | |
2011-07-29 12:47:17 [DEBUG] [Faye.Engine.Memory] Created new client "1v39v0f0apxtrd04sd6mv1fghcrj" | |
2011-07-29 12:47:17 [DEBUG] [Faye.Engine.Memory] Ping "1v39v0f0apxtrd04sd6mv1fghcrj", 45 | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Processing reply: {"id":"5ghr0a2gms1prfiqbwkg16wh4","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"5ghr0a2gms1prfiqbwkg16wh4","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Returning replies: [{"id":"5ghr0a2gms1prfiqbwkg16wh4","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","advice":{"reconnect":"retry","interval":0,"timeout":45000}}] | |
2011-07-29 12:47:17 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"5ghr0a2gms1prfiqbwkg16wh4\",\"channel\":\"/meta/handshake\",\"successful\":true,\"version\":\"1.0\",\"supportedConnectionTypes\":[\"long-polling\",\"cross-origin-long-polling\",\"callback-polling\",\"websocket\",\"in-process\"],\"clientId\":\"1v39v0f0apxtrd04sd6mv1fghcrj\",\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}}]" | |
2011-07-29 12:47:17 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/subscribe","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","subscription":"/*","id":"7leby1k26t32da9by4zt5uaao"},{"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"9m58wc7jdj7hcghoirlbv2olo","advice":{"timeout":0}}] | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/subscribe","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","subscription":"/*","id":"7leby1k26t32da9by4zt5uaao"},{"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"9m58wc7jdj7hcghoirlbv2olo","advice":{"timeout":0}}] (local: false) | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/subscribe","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","subscription":"/*","id":"7leby1k26t32da9by4zt5uaao"} | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Handling message: {"channel":"/meta/subscribe","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","subscription":"/*","id":"7leby1k26t32da9by4zt5uaao"} (local: false) | |
2011-07-29 12:47:17 [DEBUG] [Faye.Engine.Memory] Subscribed client "1v39v0f0apxtrd04sd6mv1fghcrj" to channel "/*" | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Processing reply: {"id":"7leby1k26t32da9by4zt5uaao","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/subscribe","successful":true,"subscription":"/*"} | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"7leby1k26t32da9by4zt5uaao","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/subscribe","successful":true,"subscription":"/*"} | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"9m58wc7jdj7hcghoirlbv2olo","advice":{"timeout":0}} | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"9m58wc7jdj7hcghoirlbv2olo","advice":{"timeout":0}} (local: false) | |
2011-07-29 12:47:17 [DEBUG] [Faye.Engine.Memory] Accepting connection from "1v39v0f0apxtrd04sd6mv1fghcrj" | |
2011-07-29 12:47:17 [DEBUG] [Faye.Engine.Memory] Ping "1v39v0f0apxtrd04sd6mv1fghcrj", 45 | |
2011-07-29 12:47:17 [DEBUG] [Faye.Engine.Memory] Closing connection for "1v39v0f0apxtrd04sd6mv1fghcrj" | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Processing reply: {"id":"9m58wc7jdj7hcghoirlbv2olo","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"9m58wc7jdj7hcghoirlbv2olo","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Returning replies: [{"id":"7leby1k26t32da9by4zt5uaao","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/subscribe","successful":true,"subscription":"/*"},{"id":"9m58wc7jdj7hcghoirlbv2olo","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}}] | |
2011-07-29 12:47:17 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"7leby1k26t32da9by4zt5uaao\",\"clientId\":\"1v39v0f0apxtrd04sd6mv1fghcrj\",\"channel\":\"/meta/subscribe\",\"successful\":true,\"subscription\":\"/*\"},{\"id\":\"9m58wc7jdj7hcghoirlbv2olo\",\"clientId\":\"1v39v0f0apxtrd04sd6mv1fghcrj\",\"channel\":\"/meta/connect\",\"successful\":true,\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}}]" | |
2011-07-29 12:47:17 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"bw3o13cu9br5p11bq1bcvkid4"}] | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"bw3o13cu9br5p11bq1bcvkid4"}] (local: false) | |
2011-07-29 12:47:17 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"bw3o13cu9br5p11bq1bcvkid4"} | |
2011-07-29 12:47:17 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"bw3o13cu9br5p11bq1bcvkid4"} (local: false) | |
2011-07-29 12:47:17 [DEBUG] [Faye.Engine.Memory] Accepting connection from "1v39v0f0apxtrd04sd6mv1fghcrj" | |
2011-07-29 12:47:17 [DEBUG] [Faye.Engine.Memory] Ping "1v39v0f0apxtrd04sd6mv1fghcrj", 45 | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/0","data":{"msg":"obladioblada ","id":0}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/0","data":{"msg":"obladioblada ","id":0}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/0","data":{"msg":"obladioblada ","id":0}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/0","data":{"msg":"obladioblada ","id":0}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/0","data":{"msg":"obladioblada ","id":0}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/0","data":{"msg":"obladioblada ","id":0}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Closing connection for "1v39v0f0apxtrd04sd6mv1fghcrj" | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Processing reply: {"id":"bw3o13cu9br5p11bq1bcvkid4","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"bw3o13cu9br5p11bq1bcvkid4","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Processing reply: {"channel":"/0","data":{"msg":"obladioblada ","id":0}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/0","data":{"msg":"obladioblada ","id":0}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [{"id":"bw3o13cu9br5p11bq1bcvkid4","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}},{"channel":"/0","data":{"msg":"obladioblada ","id":0}}] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"bw3o13cu9br5p11bq1bcvkid4\",\"clientId\":\"1v39v0f0apxtrd04sd6mv1fghcrj\",\"channel\":\"/meta/connect\",\"successful\":true,\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}},{\"channel\":\"/0\",\"data\":{\"msg\":\"obladioblada \",\"id\":0}}]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/1","data":{"msg":"obladioblada ","id":1}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/1","data":{"msg":"obladioblada ","id":1}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/1","data":{"msg":"obladioblada ","id":1}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/1","data":{"msg":"obladioblada ","id":1}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/1","data":{"msg":"obladioblada ","id":1}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/1","data":{"msg":"obladioblada ","id":1}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/2","data":{"msg":"obladioblada ","id":2}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/2","data":{"msg":"obladioblada ","id":2}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/2","data":{"msg":"obladioblada ","id":2}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/2","data":{"msg":"obladioblada ","id":2}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/2","data":{"msg":"obladioblada ","id":2}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/2","data":{"msg":"obladioblada ","id":2}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/3","data":{"msg":"obladioblada ","id":3}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/3","data":{"msg":"obladioblada ","id":3}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/3","data":{"msg":"obladioblada ","id":3}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/3","data":{"msg":"obladioblada ","id":3}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/3","data":{"msg":"obladioblada ","id":3}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/3","data":{"msg":"obladioblada ","id":3}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/4","data":{"msg":"obladioblada ","id":4}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/4","data":{"msg":"obladioblada ","id":4}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/4","data":{"msg":"obladioblada ","id":4}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/4","data":{"msg":"obladioblada ","id":4}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/4","data":{"msg":"obladioblada ","id":4}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/4","data":{"msg":"obladioblada ","id":4}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/5","data":{"msg":"obladioblada ","id":5}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/5","data":{"msg":"obladioblada ","id":5}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/5","data":{"msg":"obladioblada ","id":5}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/5","data":{"msg":"obladioblada ","id":5}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/5","data":{"msg":"obladioblada ","id":5}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/5","data":{"msg":"obladioblada ","id":5}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/6","data":{"msg":"obladioblada ","id":6}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/6","data":{"msg":"obladioblada ","id":6}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/6","data":{"msg":"obladioblada ","id":6}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/6","data":{"msg":"obladioblada ","id":6}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/6","data":{"msg":"obladioblada ","id":6}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/6","data":{"msg":"obladioblada ","id":6}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/7","data":{"msg":"obladioblada ","id":7}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/7","data":{"msg":"obladioblada ","id":7}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/7","data":{"msg":"obladioblada ","id":7}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/7","data":{"msg":"obladioblada ","id":7}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/7","data":{"msg":"obladioblada ","id":7}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/7","data":{"msg":"obladioblada ","id":7}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/8","data":{"msg":"obladioblada ","id":8}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/8","data":{"msg":"obladioblada ","id":8}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/8","data":{"msg":"obladioblada ","id":8}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/8","data":{"msg":"obladioblada ","id":8}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/8","data":{"msg":"obladioblada ","id":8}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/8","data":{"msg":"obladioblada ","id":8}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": {"channel":"/9","data":{"msg":"obladioblada ","id":9}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/9","data":{"msg":"obladioblada ","id":9}}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/9","data":{"msg":"obladioblada ","id":9}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/9","data":{"msg":"obladioblada ","id":9}} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/9","data":{"msg":"obladioblada ","id":9}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Queueing for client "1v39v0f0apxtrd04sd6mv1fghcrj": {"channel":"/9","data":{"msg":"obladioblada ","id":9}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[]" | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"46ljmam8lpxyoz4szn3r9rpm0"}] | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"46ljmam8lpxyoz4szn3r9rpm0"}] (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"46ljmam8lpxyoz4szn3r9rpm0"} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"46ljmam8lpxyoz4szn3r9rpm0"} (local: false) | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Accepting connection from "1v39v0f0apxtrd04sd6mv1fghcrj" | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Ping "1v39v0f0apxtrd04sd6mv1fghcrj", 45 | |
2011-07-29 12:47:19 [DEBUG] [Faye.Engine.Memory] Closing connection for "1v39v0f0apxtrd04sd6mv1fghcrj" | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Processing reply: {"id":"46ljmam8lpxyoz4szn3r9rpm0","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"46ljmam8lpxyoz4szn3r9rpm0","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Processing reply: {"channel":"/1","data":{"msg":"obladioblada ","id":1}} | |
2011-07-29 12:47:19 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/1","data":{"msg":"obladioblada ","id":1}} | |
2011-07-29 12:47:19 [INFO] [Faye.Server] Returning replies: [{"id":"46ljmam8lpxyoz4szn3r9rpm0","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}},{"channel":"/1","data":{"msg":"obladioblada ","id":1}}] | |
2011-07-29 12:47:19 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"46ljmam8lpxyoz4szn3r9rpm0\",\"clientId\":\"1v39v0f0apxtrd04sd6mv1fghcrj\",\"channel\":\"/meta/connect\",\"successful\":true,\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}},{\"channel\":\"/1\",\"data\":{\"msg\":\"obladioblada \",\"id\":1}}]" | |
2011-07-29 12:47:20 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"ddtnrvdsphg9q7keqc0xsw8lh"}] | |
2011-07-29 12:47:20 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"ddtnrvdsphg9q7keqc0xsw8lh"}] (local: false) | |
2011-07-29 12:47:20 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"ddtnrvdsphg9q7keqc0xsw8lh"} | |
2011-07-29 12:47:20 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"1v39v0f0apxtrd04sd6mv1fghcrj","connectionType":"long-polling","id":"ddtnrvdsphg9q7keqc0xsw8lh"} (local: false) | |
2011-07-29 12:47:20 [DEBUG] [Faye.Engine.Memory] Accepting connection from "1v39v0f0apxtrd04sd6mv1fghcrj" | |
2011-07-29 12:47:20 [DEBUG] [Faye.Engine.Memory] Ping "1v39v0f0apxtrd04sd6mv1fghcrj", 45 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-07-29 12:52:01 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"1nvl16vb309x13itul2ewhhlw"}] | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"1nvl16vb309x13itul2ewhhlw"}] (local: false) | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"1nvl16vb309x13itul2ewhhlw"} | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Handling message: {"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"1nvl16vb309x13itul2ewhhlw"} (local: false) | |
2011-07-29 12:52:01 [DEBUG] [Faye.Engine.Memory] Created new client "0zihaeq1e66pa914lpgpp0gc04sd" | |
2011-07-29 12:52:01 [DEBUG] [Faye.Engine.Memory] Ping "0zihaeq1e66pa914lpgpp0gc04sd", 45 | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Processing reply: {"id":"1nvl16vb309x13itul2ewhhlw","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"0zihaeq1e66pa914lpgpp0gc04sd","advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"1nvl16vb309x13itul2ewhhlw","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"0zihaeq1e66pa914lpgpp0gc04sd","advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Returning replies: [{"id":"1nvl16vb309x13itul2ewhhlw","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"0zihaeq1e66pa914lpgpp0gc04sd","advice":{"reconnect":"retry","interval":0,"timeout":45000}}] | |
2011-07-29 12:52:01 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"1nvl16vb309x13itul2ewhhlw\",\"channel\":\"/meta/handshake\",\"successful\":true,\"version\":\"1.0\",\"supportedConnectionTypes\":[\"long-polling\",\"cross-origin-long-polling\",\"callback-polling\",\"websocket\",\"in-process\"],\"clientId\":\"0zihaeq1e66pa914lpgpp0gc04sd\",\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}}]" | |
2011-07-29 12:52:01 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/subscribe","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","subscription":"/*","id":"78qx3ewu8q33gchtbs0rhju5r"},{"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"3m0k14uniq9elc22x83m6gyyd","advice":{"timeout":0}}] | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/subscribe","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","subscription":"/*","id":"78qx3ewu8q33gchtbs0rhju5r"},{"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"3m0k14uniq9elc22x83m6gyyd","advice":{"timeout":0}}] (local: false) | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/subscribe","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","subscription":"/*","id":"78qx3ewu8q33gchtbs0rhju5r"} | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Handling message: {"channel":"/meta/subscribe","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","subscription":"/*","id":"78qx3ewu8q33gchtbs0rhju5r"} (local: false) | |
2011-07-29 12:52:01 [DEBUG] [Faye.Engine.Memory] Subscribed client "0zihaeq1e66pa914lpgpp0gc04sd" to channel "/*" | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Processing reply: {"id":"78qx3ewu8q33gchtbs0rhju5r","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/subscribe","successful":true,"subscription":"/*"} | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"78qx3ewu8q33gchtbs0rhju5r","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/subscribe","successful":true,"subscription":"/*"} | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"3m0k14uniq9elc22x83m6gyyd","advice":{"timeout":0}} | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"3m0k14uniq9elc22x83m6gyyd","advice":{"timeout":0}} (local: false) | |
2011-07-29 12:52:01 [DEBUG] [Faye.Engine.Memory] Accepting connection from "0zihaeq1e66pa914lpgpp0gc04sd" | |
2011-07-29 12:52:01 [DEBUG] [Faye.Engine.Memory] Ping "0zihaeq1e66pa914lpgpp0gc04sd", 45 | |
2011-07-29 12:52:01 [DEBUG] [Faye.Engine.Memory] Closing connection for "0zihaeq1e66pa914lpgpp0gc04sd" | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Processing reply: {"id":"3m0k14uniq9elc22x83m6gyyd","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"3m0k14uniq9elc22x83m6gyyd","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Returning replies: [{"id":"78qx3ewu8q33gchtbs0rhju5r","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/subscribe","successful":true,"subscription":"/*"},{"id":"3m0k14uniq9elc22x83m6gyyd","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}}] | |
2011-07-29 12:52:01 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"78qx3ewu8q33gchtbs0rhju5r\",\"clientId\":\"0zihaeq1e66pa914lpgpp0gc04sd\",\"channel\":\"/meta/subscribe\",\"successful\":true,\"subscription\":\"/*\"},{\"id\":\"3m0k14uniq9elc22x83m6gyyd\",\"clientId\":\"0zihaeq1e66pa914lpgpp0gc04sd\",\"channel\":\"/meta/connect\",\"successful\":true,\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}}]" | |
2011-07-29 12:52:01 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"d8f6t8dogiqdn5pajjvwkzfwf"}] | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"d8f6t8dogiqdn5pajjvwkzfwf"}] (local: false) | |
2011-07-29 12:52:01 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"d8f6t8dogiqdn5pajjvwkzfwf"} | |
2011-07-29 12:52:01 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"d8f6t8dogiqdn5pajjvwkzfwf"} (local: false) | |
2011-07-29 12:52:01 [DEBUG] [Faye.Engine.Memory] Accepting connection from "0zihaeq1e66pa914lpgpp0gc04sd" | |
2011-07-29 12:52:01 [DEBUG] [Faye.Engine.Memory] Ping "0zihaeq1e66pa914lpgpp0gc04sd", 45 | |
2011-07-29 12:52:05 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"3z77dufmqw2rqnmvjdg1mkorp"}] | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"3z77dufmqw2rqnmvjdg1mkorp"}] (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"3z77dufmqw2rqnmvjdg1mkorp"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/meta/handshake","version":"1.0","supportedConnectionTypes":["long-polling"],"id":"3z77dufmqw2rqnmvjdg1mkorp"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Created new client "1j9pcsq0rtvkjx1r8weiy1nlxu2a" | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Ping "1j9pcsq0rtvkjx1r8weiy1nlxu2a", 45 | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"3z77dufmqw2rqnmvjdg1mkorp","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"3z77dufmqw2rqnmvjdg1mkorp","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Returning replies: [{"id":"3z77dufmqw2rqnmvjdg1mkorp","channel":"/meta/handshake","successful":true,"version":"1.0","supportedConnectionTypes":["long-polling","cross-origin-long-polling","callback-polling","websocket","in-process"],"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","advice":{"reconnect":"retry","interval":0,"timeout":45000}}] | |
2011-07-29 12:52:05 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"3z77dufmqw2rqnmvjdg1mkorp\",\"channel\":\"/meta/handshake\",\"successful\":true,\"version\":\"1.0\",\"supportedConnectionTypes\":[\"long-polling\",\"cross-origin-long-polling\",\"callback-polling\",\"websocket\",\"in-process\"],\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}}]" | |
2011-07-29 12:52:05 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"},{"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"},{"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"},{"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"},{"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"},{"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"},{"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"},{"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"},{"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"},{"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"},{"channel":"/meta/connect","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","connectionType":"long-polling","id":"8pr8fzb8aagoehfnnlu0emydi","advice":{"timeout":0}}] | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Processing messages: [{"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"},{"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"},{"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"},{"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"},{"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"},{"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"},{"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"},{"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"},{"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"},{"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"},{"channel":"/meta/connect","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","connectionType":"long-polling","id":"8pr8fzb8aagoehfnnlu0emydi","advice":{"timeout":0}}] (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"9fsmptlm2svv30qfj1fr7mic6","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/1","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"9fsmptlm2svv30qfj1fr7mic6","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/1","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"2ik208g3sfj7slffqhgono1ed","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/2","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"2ik208g3sfj7slffqhgono1ed","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/2","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"1hx388vc53k60n4f9soqs11wb","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/3","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"1hx388vc53k60n4f9soqs11wb","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/3","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"3mr24hfyiu0m0l4atog4ouoj9","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/4","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"3mr24hfyiu0m0l4atog4ouoj9","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/4","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"c5ptujslscxmthodx7rvbppp3","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/5","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"c5ptujslscxmthodx7rvbppp3","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/5","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"acuupna2iphudg8p0ng5iae68","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/6","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"acuupna2iphudg8p0ng5iae68","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/6","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"el653tj2jplk8xyvfyalqvcci","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/7","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"el653tj2jplk8xyvfyalqvcci","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/7","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"7008cna3kv90t4ext84pu0xvd","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/8","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"7008cna3kv90t4ext84pu0xvd","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/8","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"811ikbaofxi7v3w784pn1imiy","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/9","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"811ikbaofxi7v3w784pn1imiy","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/9","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Publishing message {"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Queueing for client "0zihaeq1e66pa914lpgpp0gc04sd": {"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"3k0bqhlfd26qvbf41vyc036g1","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/0","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"3k0bqhlfd26qvbf41vyc036g1","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/0","successful":true} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","connectionType":"long-polling","id":"8pr8fzb8aagoehfnnlu0emydi","advice":{"timeout":0}} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","connectionType":"long-polling","id":"8pr8fzb8aagoehfnnlu0emydi","advice":{"timeout":0}} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Accepting connection from "1j9pcsq0rtvkjx1r8weiy1nlxu2a" | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Ping "1j9pcsq0rtvkjx1r8weiy1nlxu2a", 45 | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Closing connection for "0zihaeq1e66pa914lpgpp0gc04sd" | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"d8f6t8dogiqdn5pajjvwkzfwf","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"d8f6t8dogiqdn5pajjvwkzfwf","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Returning replies: [{"id":"d8f6t8dogiqdn5pajjvwkzfwf","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}},{"channel":"/1","data":{"msg":"obladioblada","id":1},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"9fsmptlm2svv30qfj1fr7mic6"},{"channel":"/2","data":{"msg":"obladioblada","id":2},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"2ik208g3sfj7slffqhgono1ed"},{"channel":"/3","data":{"msg":"obladioblada","id":3},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"1hx388vc53k60n4f9soqs11wb"},{"channel":"/4","data":{"msg":"obladioblada","id":4},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3mr24hfyiu0m0l4atog4ouoj9"},{"channel":"/5","data":{"msg":"obladioblada","id":5},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"c5ptujslscxmthodx7rvbppp3"},{"channel":"/6","data":{"msg":"obladioblada","id":6},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"acuupna2iphudg8p0ng5iae68"},{"channel":"/7","data":{"msg":"obladioblada","id":7},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"el653tj2jplk8xyvfyalqvcci"},{"channel":"/8","data":{"msg":"obladioblada","id":8},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"7008cna3kv90t4ext84pu0xvd"},{"channel":"/9","data":{"msg":"obladioblada","id":9},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"811ikbaofxi7v3w784pn1imiy"},{"channel":"/0","data":{"msg":"obladioblada","id":0},"clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","id":"3k0bqhlfd26qvbf41vyc036g1"}] | |
2011-07-29 12:52:05 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"d8f6t8dogiqdn5pajjvwkzfwf\",\"clientId\":\"0zihaeq1e66pa914lpgpp0gc04sd\",\"channel\":\"/meta/connect\",\"successful\":true,\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}},{\"channel\":\"/1\",\"data\":{\"msg\":\"obladioblada\",\"id\":1},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"9fsmptlm2svv30qfj1fr7mic6\"},{\"channel\":\"/2\",\"data\":{\"msg\":\"obladioblada\",\"id\":2},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"2ik208g3sfj7slffqhgono1ed\"},{\"channel\":\"/3\",\"data\":{\"msg\":\"obladioblada\",\"id\":3},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"1hx388vc53k60n4f9soqs11wb\"},{\"channel\":\"/4\",\"data\":{\"msg\":\"obladioblada\",\"id\":4},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"3mr24hfyiu0m0l4atog4ouoj9\"},{\"channel\":\"/5\",\"data\":{\"msg\":\"obladioblada\",\"id\":5},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"c5ptujslscxmthodx7rvbppp3\"},{\"channel\":\"/6\",\"data\":{\"msg\":\"obladioblada\",\"id\":6},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"acuupna2iphudg8p0ng5iae68\"},{\"channel\":\"/7\",\"data\":{\"msg\":\"obladioblada\",\"id\":7},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"el653tj2jplk8xyvfyalqvcci\"},{\"channel\":\"/8\",\"data\":{\"msg\":\"obladioblada\",\"id\":8},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"7008cna3kv90t4ext84pu0xvd\"},{\"channel\":\"/9\",\"data\":{\"msg\":\"obladioblada\",\"id\":9},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"811ikbaofxi7v3w784pn1imiy\"},{\"channel\":\"/0\",\"data\":{\"msg\":\"obladioblada\",\"id\":0},\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"id\":\"3k0bqhlfd26qvbf41vyc036g1\"}]" | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Closing connection for "1j9pcsq0rtvkjx1r8weiy1nlxu2a" | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Processing reply: {"id":"8pr8fzb8aagoehfnnlu0emydi","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "outgoing" extensions: {"id":"8pr8fzb8aagoehfnnlu0emydi","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Returning replies: [{"id":"9fsmptlm2svv30qfj1fr7mic6","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/1","successful":true},{"id":"2ik208g3sfj7slffqhgono1ed","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/2","successful":true},{"id":"1hx388vc53k60n4f9soqs11wb","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/3","successful":true},{"id":"3mr24hfyiu0m0l4atog4ouoj9","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/4","successful":true},{"id":"c5ptujslscxmthodx7rvbppp3","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/5","successful":true},{"id":"acuupna2iphudg8p0ng5iae68","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/6","successful":true},{"id":"el653tj2jplk8xyvfyalqvcci","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/7","successful":true},{"id":"7008cna3kv90t4ext84pu0xvd","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/8","successful":true},{"id":"811ikbaofxi7v3w784pn1imiy","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/9","successful":true},{"id":"3k0bqhlfd26qvbf41vyc036g1","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/0","successful":true},{"id":"8pr8fzb8aagoehfnnlu0emydi","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","channel":"/meta/connect","successful":true,"advice":{"reconnect":"retry","interval":0,"timeout":45000}}] | |
2011-07-29 12:52:05 [DEBUG] [Faye.NodeAdapter] Returning "[{\"id\":\"9fsmptlm2svv30qfj1fr7mic6\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/1\",\"successful\":true},{\"id\":\"2ik208g3sfj7slffqhgono1ed\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/2\",\"successful\":true},{\"id\":\"1hx388vc53k60n4f9soqs11wb\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/3\",\"successful\":true},{\"id\":\"3mr24hfyiu0m0l4atog4ouoj9\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/4\",\"successful\":true},{\"id\":\"c5ptujslscxmthodx7rvbppp3\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/5\",\"successful\":true},{\"id\":\"acuupna2iphudg8p0ng5iae68\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/6\",\"successful\":true},{\"id\":\"el653tj2jplk8xyvfyalqvcci\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/7\",\"successful\":true},{\"id\":\"7008cna3kv90t4ext84pu0xvd\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/8\",\"successful\":true},{\"id\":\"811ikbaofxi7v3w784pn1imiy\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/9\",\"successful\":true},{\"id\":\"3k0bqhlfd26qvbf41vyc036g1\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/0\",\"successful\":true},{\"id\":\"8pr8fzb8aagoehfnnlu0emydi\",\"clientId\":\"1j9pcsq0rtvkjx1r8weiy1nlxu2a\",\"channel\":\"/meta/connect\",\"successful\":true,\"advice\":{\"reconnect\":\"retry\",\"interval\":0,\"timeout\":45000}}]" | |
2011-07-29 12:52:05 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/connect","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","connectionType":"long-polling","id":"6otj58c046t7kl0movjoap0jk"}] | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/connect","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","connectionType":"long-polling","id":"6otj58c046t7kl0movjoap0jk"}] (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","connectionType":"long-polling","id":"6otj58c046t7kl0movjoap0jk"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"1j9pcsq0rtvkjx1r8weiy1nlxu2a","connectionType":"long-polling","id":"6otj58c046t7kl0movjoap0jk"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Accepting connection from "1j9pcsq0rtvkjx1r8weiy1nlxu2a" | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Ping "1j9pcsq0rtvkjx1r8weiy1nlxu2a", 45 | |
2011-07-29 12:52:05 [DEBUG] [Faye.NodeAdapter] Received "POST": [{"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"2sp9e01cpgvbmijjdz8ahk4ov"}] | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Processing messages: [{"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"2sp9e01cpgvbmijjdz8ahk4ov"}] (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Server] Passing through "incoming" extensions: {"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"2sp9e01cpgvbmijjdz8ahk4ov"} | |
2011-07-29 12:52:05 [INFO] [Faye.Server] Handling message: {"channel":"/meta/connect","clientId":"0zihaeq1e66pa914lpgpp0gc04sd","connectionType":"long-polling","id":"2sp9e01cpgvbmijjdz8ahk4ov"} (local: false) | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Accepting connection from "0zihaeq1e66pa914lpgpp0gc04sd" | |
2011-07-29 12:52:05 [DEBUG] [Faye.Engine.Memory] Ping "0zihaeq1e66pa914lpgpp0gc04sd", 45 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment