Closed Bug 1017645 Opened 10 years ago Closed 3 years ago

"ABORT: woke up from delay w/o being delayed" in mozilla::net::WebSocketChannel::Notify

Categories

(Core :: Networking: WebSockets, defect, P3)

x86_64
macOS
defect

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: jruderman, Unassigned, NeedInfo)

References

Details

(Keywords: assertion, testcase, Whiteboard: [necko-backlog])

Attachments

(2 files)

###!!! ABORT: woke up from delay w/o being delayed?: 'mConnecting == CONNECTING_DELAYED', file netwerk/protocol/websocket/WebSocketChannel.cpp, line 2605
Attached file stack
Whiteboard: [necko-backlog]
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3

I see the same happening that connecting to a websocket takes sometimes several seconds. This especially happens when I tried several reconnects that fails (triggers onerror), and suddenly the websocket is open again.

This not only a delay, but also a memory leak in FF. I'm using FF v75. Maybe this is not the correct bug id.

I see the same happening that connecting to a websocket takes sometimes several seconds. This especially happens when I tried several reconnects that fails (triggers onerror), and suddenly the websocket is open again.

I would like to add:

Basically the WebSocket in FF 1) is stuck in the "connecting state" after several failures of the websocket (when server was down). When the server is up again, then takes several seconds before the WS goes from the CONNECTING state to OPEN state in Firefox. Very strange.

The more retries I did before (causing onerror), the longer Firefox takes to go from connecting to open state, when there is actually a valid connection.

  1. https://developer.mozilla.org/en-US/docs/Web/API/WebSocket

Hey Jesse,
Does this issue still reproduce for you or can we close it?

Flags: needinfo?(jruderman)

Marking this as Resolved > Incomplete as per reporter's lack of response.
If anyone can still reproduce this issue re-open it or file a new bug.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: