We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9d068 commit e566ee3Copy full SHA for e566ee3
1 file changed
ws4py/websocket.py
@@ -387,6 +387,7 @@ def once(self):
387
logger.debug("WebSocket is already terminated")
388
return False
389
try:
390
+ b = b''
391
if self._is_secure:
392
b = self._get_from_pending()
393
if not b and not self.buf:
0 commit comments