X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fsac-a-push.phh;h=77c3496779b00047a3d8586e1bf933d5bc452900;hp=cfebe2050eea133e1ab38258670ad6dbd5554608;hb=fc404a3ac3820257e88fd5198b4c440cb178fa1f;hpb=8d7cdc537ab4b1329fe0ef8c4d976545c12e14c3 diff --git a/web/Obj/sac-a-push.phh b/web/Obj/sac-a-push.phh index cfebe20..77c3496 100644 --- a/web/Obj/sac-a-push.phh +++ b/web/Obj/sac-a-push.phh @@ -954,18 +954,6 @@ class Sac_a_push { fprintf(STDERR, "User associated with ID: %s not found\n", $id); } - if (isset($this->s2u[$id])) { - $user = $this->s2u[$id]; - - fprintf(STDERR, 'POST USER'); - if ($user && $user->rd_transp && strpos($user->rd_transp->type, "websocket") !== FALSE) { - fprintf(STDERR, "HERE WE ARE INCOMING DATA [%s]\n", $user->rd_transp->deframe($buf)); - - } - } - else { - fprintf(STDERR, "REC ID: %s\n", $id); - } if (isset($this->s2p[$id])) { $this->s2p[$id]->rest -= mb_strlen($buf, "ASCII"); $this->s2p[$id]->cont .= $buf;