Skip to content

issues Search Results · repo:Pithikos/python-websocket-server language:Python

Filter by

0 results
 (48 ms)

0 results

inPithikos/python-websocket-server (press backspace or delete to remove)

Python-dbg detected warning during websocket server working: [INFO 2023.04.12 21:14:58 Thread-2:warnings.py:30][_showwarnmsg_impl]: ****:164: ResourceWarning: unclosed socket.socket [closed] fd=11, family=AddressFamily.AF_INET, ...
  • vzarutskiy
  • 1
  • Opened 
    on Apr 14, 2023
  • #119

After executing disconnect_clients_abruptly() self.clients list is cleared. def _client_left_(self, handler): client = self.handler_to_client(handler) self.client_left(client, self) ...
  • vzarutskiy
  • Opened 
    on Mar 22, 2023
  • #118

_terminate_client_handlers uses for cycle for clients disconnecting: for client in self.clients: self._terminate_client_handler(client[ handler ]) It executes client_left as finish(), there ...
  • vzarutskiy
  • Opened 
    on Mar 15, 2023
  • #116

This is a problem as it leads to a memory leak, when a server cant send somthing to another client (like a kick command..), fails and raises an exemption. this is even more of a problem if any chat apps ...
  • showierdata9978
  • Opened 
    on Jan 4, 2023
  • #114

sock = socket.socket(socket.AF_INET,socket.SOCK_STREAM); addr = ( 127.0.0.1 , 9001); sock.connect(addr) Abnormal port connection requests will cause the websocket-server to report an error
  • yunho
  • Opened 
    on Dec 5, 2022
  • #113

How can i reset the Client list when set_fn_client_left() Like... def ResetClients(client,server): client = {} #or client.clear() server.set_fn_client_left(ResetClients)
  • 32-3
  • Opened 
    on Nov 16, 2022
  • #112

Hi, when I reload or close my client page the following Error comes up. Btw, I have a loop in my function, which is called when a message is received. An similar error is coming on windows: https://github.com/Pithikos/python-websocket-server/issues/110 ...
  • AimbotNooby
  • 3
  • Opened 
    on Nov 3, 2022
  • #111

Hey I ve made an website, which sends some date from input text fields to the websocket. The problem is, when I reload or even close the page the following error occurs: ConnectionAbortedError: [WinError ...
  • AimbotNooby
  • Opened 
    on Nov 1, 2022
  • #110
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub