[nanomsg] reviews for various nanomsg work

  • From: Garrett D'Amore <garrett@xxxxxxxxxx>
  • To: nanomsg <nanomsg@xxxxxxxxxxxxx>
  • Date: Sun, 31 May 2015 15:11:17 -0700

I’ve been a little busy doing some cleanups and work on nanomsg.

Some things I’ve already integrated.

I’d like feedback on these two though:

a) Fix warnings in the websocket code (emitted by clang):

https://github.com/gdamore/nanomsg/commit/31fef5ef5dd3af0a0d76e9494c0714de901034a6

<https://github.com/gdamore/nanomsg/commit/31fef5ef5dd3af0a0d76e9494c0714de901034a6>

b) Add NN_POLLIN and NN_POLLOUT to nn_symbols:
https://github.com/gdamore/nanomsg/commit/cb94c6c5abd7673f8dab405be5c895e54564fdb4

<https://github.com/gdamore/nanomsg/commit/cb94c6c5abd7673f8dab405be5c895e54564fdb4>

The latter I would love to have someone working with one of the FFI ports (JNI,
etc.) to try out. I’ve tried to make this in a form that would be usable,
defining a new class of symbol (“events”)

Thanks.

- Garrett

Other related posts:

  • » [nanomsg] reviews for various nanomsg work - Garrett D'Amore