Opened 17 years ago

Closed 17 years ago

#248 closed defect (fixed)

Strayed socket signal in Symbian

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: Symbian-trunk-integration
Component: pjlib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

We have three options here:

1)
    SetActive();
    RSocket.Recv();

2)
    RSocket.Recv();
    SetActive();

3)
    RSocket.Recv();
    if (iStatus == KRequestPending)
      SetActive();

The correct option seems to be no 2.

Change History (2)

comment:1 Changed 17 years ago by bennylp

  • Summary changed from Fix strayed socket signal in Symbian to Strayed socket signal in Symbian
  • Type changed from task to defect

comment:2 Changed 17 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.