Hello,
I am experiencing a premature port closing during the processing of a
request. The close does not appear
to effect the transmission, I get all requested data. However the exception
is odd and does clutter up
my console. Any suggestions?
Thanks
Brian
----
Exception happened during processing of request from ('127.0.0.1', 59681)
Traceback (most recent call last):
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py",
line 582, in process_request_thread
self.finish_request(request, client_address)
File "build/bdist.linux-x86_64/egg/protobuf/socketrpc/server.py", line
243, in finish_request
request, client_address, self, self.socket_rpc_server)
File "build/bdist.linux-x86_64/egg/protobuf/socketrpc/server.py", line
83, in __init__
self, request, client_address, server)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py",
line 639, in __init__
self.handle()
File "build/bdist.linux-x86_64/egg/protobuf/socketrpc/server.py", line
98, in handle
self.request.shutdown(socket.SHUT_RDWR)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py",
line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 57] Socket is not connected
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/protobuf/-/4PRIyQhZbqkJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.