Skip to content
Snippets Groups Projects
Commit 2af4f3e3 authored by Jonathan Ehret's avatar Jonathan Ehret
Browse files

Change size of file meta info to receive, since otherwise it had problems with long file paths

parent 20388de6
Branches
No related tags found
No related merge requests found
...@@ -384,7 +384,7 @@ class VirtualAcousticsLauncher: ...@@ -384,7 +384,7 @@ class VirtualAcousticsLauncher:
def listen_for_requests(self): def listen_for_requests(self):
while True: while True:
try: try:
sResult = self.oLauncherConnection.recv( 128 ) sResult = self.oLauncherConnection.recv( 512 )
if sResult != '': if sResult != '':
#check whether we are about to reveive a file #check whether we are about to reveive a file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment