Skip to content

Commit

Permalink
Simplify and cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Oct 15, 2024
1 parent 5045c4b commit 09b7fbe
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 139 deletions.
2 changes: 1 addition & 1 deletion picows/picows.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ cdef class WSProtocol:
await sleep(self._auto_ping_idle_timeout)

if self._log_debug_enabled:
self._logger.log(PICOWS_DEBUG_LL, "Send periodic PING", self._auto_ping_idle_timeout)
self._logger.log(PICOWS_DEBUG_LL, "Send periodic PING")

if self.transport.pong_received_at_future is not None:
# measure_roundtrip_time is currently doing it's own ping-pongs
Expand Down
Loading

0 comments on commit 09b7fbe

Please sign in to comment.