Skip to content

Commit

Permalink
Merge pull request #122 from JurajKubelka/master
Browse files Browse the repository at this point in the history
Initialize network before unix socket creation
  • Loading branch information
svenvc authored Sep 4, 2023
2 parents 7f7daa6 + 0eda1c5 commit b772d56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ unixSocketOnFile: socketFile
socketFile exists ifFalse: [
ZnMissingUnixSocket new file: socketFile; signal ].

NetNameResolver initializeNetwork.
NetNameResolver
primGetAddressInfoHost: ''
service: socketFile fullName
Expand Down

0 comments on commit b772d56

Please sign in to comment.