MCPcopy
hub / github.com/PromtEngineer/localGPT / ReusableTCPServer

Class ReusableTCPServer

backend/server.py:33–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32# 🆕 Reusable TCPServer with address reuse enabled
33class ReusableTCPServer(socketserver.TCPServer):
34 allow_reuse_address = True
35
36class ChatHandler(http.server.BaseHTTPRequestHandler):
37 def __init__(self, *args, **kwargs):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected