Skip to content

Commit

Permalink
Websocket connection remains indefinitely in :connecting state (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbeaudoin authored Jan 22, 2023
1 parent e2340b3 commit d141613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ferrum/browser/web_socket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module Ferrum
class Browser
class WebSocket
WEBSOCKET_BUG_SLEEP = 0.01
WEBSOCKET_BUG_SLEEP = 0.05
SKIP_LOGGING_SCREENSHOTS = !ENV["FERRUM_LOGGING_SCREENSHOTS"]

attr_reader :url, :messages
Expand Down

0 comments on commit d141613

Please sign in to comment.