Skip to content

Commit

Permalink
Merge pull request #73 from anutosh491/minor_fixes
Browse files Browse the repository at this point in the history
Minor changes after #71
  • Loading branch information
JohanMabille authored Jun 29, 2024
2 parents 3142b07 + b6ca0ba commit ac45ec5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion include/xeus-zmq/xclient_zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ namespace xeus
void send_on_control(xmessage msg);

// APIs for receiving on a specified channel
std::optional<xmessage> receive_on_shell(bool bocking = true);
std::optional<xmessage> receive_on_shell(bool blocking = true);
std::optional<xmessage> receive_on_control(bool blocking = true);

std::size_t iopub_queue_size() const;
Expand Down
2 changes: 0 additions & 2 deletions src/client/xclient_zmq_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ namespace xeus
class xclient_zmq_impl
{
public:
using iopub_client_ptr = std::unique_ptr<xiopub_client>;
using heartbeat_client_ptr = std::unique_ptr<xheartbeat_client>;
using listener = std::function<void(xmessage)>;
using iopub_listener = std::function<void(xpub_message)>;
using kernel_status_listener = std::function<void(bool)>;
Expand Down

0 comments on commit ac45ec5

Please sign in to comment.