Skip to content

Commit b21346a

Browse files
Dorian Birrauxstefanr-wri
authored andcommitted
introducing 12.3 functions
1 parent dd9cedf commit b21346a

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

wolframclient/evaluation/kernel/initkernel.m

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(* ::Package:: *)
22

3-
(* Not useful since we apparently never receive multipart messages,
4-
no matter the total size (tested with 80MB) *)
3+
54
$NotSupportedVersionErrNo = 10;
65
$MinVersionSupported = 11.3;
76
If[$VersionNumber < $MinVersionSupported, Exit[$NotSupportedVersionErrNo]];
@@ -44,11 +43,15 @@ no matter the total size (tested with 80MB) *)
4443
]
4544
]
4645
},
47-
True
48-
,
46+
PacletFind["ZeroMQLink" -> "1.2*"] == {},
4947
{
5048
ZMQSocketWriteMessage,
5149
SocketReadMessage[#, "Blocking"->False] &
50+
},
51+
True,
52+
{
53+
SocketWriteMessage[##, "Blocking"->False] &,
54+
SocketReadMessage[#, "Blocking"->False] &
5255
}
5356
];
5457

0 commit comments

Comments
 (0)