Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Reuse the zmq socket or use go chan #160

Closed
2 tasks
rickmak opened this issue Oct 11, 2016 · 0 comments
Closed
2 tasks

Reuse the zmq socket or use go chan #160

rickmak opened this issue Oct 11, 2016 · 0 comments
Assignees

Comments

@rickmak
Copy link
Member

rickmak commented Oct 11, 2016

Current zmqTransport is very generous on opening new sock https://github.com/SkygearIO/skygear-server/blob/master/pkg/server/plugin/zmq/rpc.go#L260

Since the zmq socket deallocation is asynchronous. The default 1024 limit will be easily reach.

  • Skygear Server Date/Version: v0.17.0
  • Application Platform:
  • Is this a regression?
  • Attached logs, screenshots

Actual Results

#150

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants