We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67494e commit 02fd388Copy full SHA for 02fd388
1 file changed
Sources/Socket/SocketManager/AsyncSocketManager.swift
@@ -484,12 +484,12 @@ fileprivate extension AsyncSocketManager.SocketState {
484
_ event: FileEvents,
485
notification: Socket.Event
486
) {
487
+ dequeue(event)?.resume()
488
guard pendingEvents.contains(event) == false else {
489
return
490
}
491
pendingEvents.insert(event)
492
continuation.yield(notification)
- dequeue(event)?.resume()
493
494
495
0 commit comments