Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Aug 7, 2023
1 parent 73af943 commit 6f117c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lisp/yampi/message.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
(apply #'receive channel nil
(loop for position from 0
while (or (zerop position) (more-parts-p msg))
collect (read-part control msg channel position))))))
collect (read-part socket msg channel position))))))
(pzmq:with-poll-items items ((control :pollin) (broadcast :pollin))
(catch 'shutdown
(loop for poll = (pzmq:poll items +zmq-poll-timeout+)
Expand Down

0 comments on commit 6f117c3

Please sign in to comment.