Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
strudel2_backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
strudel2_backend
Commits
20eaccf7
Commit
20eaccf7
authored
4 years ago
by
Chris Hines
Browse files
Options
Downloads
Patches
Plain Diff
socket.recv does not work how I though it did
parent
5c03c29b
No related branches found
No related tags found
4 merge requests
!77
Revert "disable agressive kill and restart"
,
!35
Dev
,
!26
Dev
,
!25
Dev
Pipeline
#10385
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TWS/twsproxy/__init__.py
+1
-1
1 addition, 1 deletion
TWS/twsproxy/__init__.py
with
1 addition
and
1 deletion
TWS/twsproxy/__init__.py
+
1
−
1
View file @
20eaccf7
...
...
@@ -211,7 +211,7 @@ class TWSProxy(threading.Thread):
in particular
Datagram sockets in various domains (e.g., the UNIX and Internet domains) permit zero-length datagrams. When such a datagram is received, the return value is 0.
"""
logger
.
debug
(
'
msglength 0, sending 0 {} {}
'
.
format
(
src
,
dest
))
#
logger.debug('msglength 0, sending 0 {} {}'.format(src,dest))
dest
.
send
(
buff
)
#dest.shutdown(shuttype)
#initshutdown.set()
...
...
This diff is collapsed.
Click to expand it.
Chris Hines
@chines
mentioned in commit
71ea4ffb
·
4 years ago
mentioned in commit
71ea4ffb
mentioned in commit 71ea4ffb84f042b721ed60fe5c788bc3226a2d4f
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment