Skip to content
Snippets Groups Projects

Deliver notification info

Merged Adham Hashibon requested to merge deliver-to-ui into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
import sys
import zmq
port = "5556"
# Socket to talk to server
context = zmq.Context()
socket = context.socket(zmq.SUB)
Loading