gclair
gclair
This doesn't seem correct, at least not anymore perhaps. Go errors out on building this code. Whats the recommended method? ```golang func (c *czmqSocketClient) connect() (err error) { addr :=...
Figured it out for the newer version. ``` sockoptions := goczmq.SockSetIdentity(c.identity) dealer.SetOption(sockoptions) ```
What version of pyserial did you use when this was written? I'm hoping a quick fix would be to use that version instead.