Actually, i am not sending any data over socket. i am just creating socket connection.
On Wednesday, September 21, 2016 at 12:17:24 AM UTC+6, Rogan Dawes wrote: > > Firefox is closing the connection for some reason, and opening a newer one. > > Try logging the data transferred, to see what is happening. > On Tue, 20 Sep 2016 at 8:04 PM john meyer <[email protected] > <javascript:>> wrote: > >> the thing is, it is trying for two connection but only a single >> connection getting active so what can be reason of it ? >> >> >> On Tuesday, September 20, 2016 at 11:53:22 PM UTC+6, Norman Maurer wrote: >> >>> Yeah this means that firefox opened two connections. So its expected to >>> run initChannel(….) two times. One time per Channel (connection) >>> >> On 20 Sep 2016, at 10:45, john meyer <[email protected]> wrote: >>> >>> >>> >>> On Tuesday, September 20, 2016 at 11:44:07 PM UTC+6, john meyer wrote: >>>> >>>> @Norman >>>> >>>> Here is the log. when i am making a socket connection, it is trying to >>>> create channel from two different port. >>>> >>>> Firefox: 48.0.2 >>>> >>>> >>>> [id: 0xa64b3a8b, L:/xyz.422.190.204:5080 >>>> <http://www.google.com/url?q=http%3A%2F%2F162.222.190.204%3A5080&sa=D&sntz=1&usg=AFQjCNEh88lm7dz92-y_qKDSW5RDkL6lrQ> >>>> >>>> - R:/119.30.38.248:41086] >>>> [id: 0xaf7922c3, L:/xyz.422.190.204:5080 - R:/119.30.38.248:41087] >>>> >>>> >>>> >>>> >>>> On Tuesday, September 20, 2016 at 11:09:17 PM UTC+6, Norman Maurer >>>> wrote: >>>>> >>>>> Ensure its actually the same connection. I suspect firefox is opening >>>>> two connections. >>>>> >>>>> On 20 Sep 2016, at 09:30, john meyer <[email protected]> wrote: >>>>> >>>>> I am getting a weird behavior in channel pipeline initializer. when a >>>>> new connection registered, initChannel() called two times. This is >>>>> happening only when i am testing client socket connection from firefox >>>>> browser. >>>>> >>>>> >>>>> Urgent help needed. what is the reason actually. >>>>> >>>>> Netty version: 4.1.5 >>>>> >>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Netty discussions" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/netty/ab87503f-7383-4c0a-b64d-1b5792307089%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/netty/ab87503f-7383-4c0a-b64d-1b5792307089%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>>> >>>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Netty discussions" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/netty/6b3015a3-0120-4d4f-bfa8-13b36895055a%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/netty/6b3015a3-0120-4d4f-bfa8-13b36895055a%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Netty discussions" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/netty/15805cfd-d449-4a0e-ac33-0526b2e35b1d%40googlegroups.com >> >> <https://groups.google.com/d/msgid/netty/15805cfd-d449-4a0e-ac33-0526b2e35b1d%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Netty discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/netty/0f0deb7a-b056-4906-9feb-2b02ff88ea36%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
