We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 825795d + 5f5ec7c commit 103f030Copy full SHA for 103f030
ipyparallel/client/client.py
@@ -1599,6 +1599,7 @@ def send_apply_request(
1599
# possibly routed to a specific engine
1600
if isinstance(ident, list):
1601
ident = ident[-1]
1602
+ ident = ident.decode("utf-8")
1603
if ident in self._engines.values():
1604
# save for later, in case of engine death
1605
self._outstanding_dict[ident].add(msg_id)
@@ -1637,6 +1638,7 @@ def send_execute_request(
1637
1638
1639
1640
1641
1642
1643
1644
0 commit comments