We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9cedf commit b21346aCopy full SHA for b21346a
1 file changed
wolframclient/evaluation/kernel/initkernel.m
@@ -1,7 +1,6 @@
1
(* ::Package:: *)
2
3
-(* Not useful since we apparently never receive multipart messages,
4
-no matter the total size (tested with 80MB) *)
+
5
$NotSupportedVersionErrNo = 10;
6
$MinVersionSupported = 11.3;
7
If[$VersionNumber < $MinVersionSupported, Exit[$NotSupportedVersionErrNo]];
@@ -44,11 +43,15 @@ no matter the total size (tested with 80MB) *)
44
43
]
45
46
},
47
- True
48
- ,
+ PacletFind["ZeroMQLink" -> "1.2*"] == {},
49
{
50
ZMQSocketWriteMessage,
51
SocketReadMessage[#, "Blocking"->False] &
+ },
+ True,
52
+ {
53
+ SocketWriteMessage[##, "Blocking"->False] &,
54
+ SocketReadMessage[#, "Blocking"->False] &
55
}
56
];
57
0 commit comments