Skip to content

Instantly share code, notes, and snippets.

View hughjfchen's full-sized avatar

Hugh JF Chen hughjfchen

View GitHub Profile
@hughjfchen
hughjfchen / gist:ff36cc656fe7c75ae2f3509def022a0e
Created December 12, 2017 07:13 — forked from malcolmsparks/gist:6044878
MQTT example for Clojure core.async
(ns mqtt-insertion.core
(:require [clojure.core.async :refer :all])
(:import (org.eclipse.paho.client.mqttv3
MqttCallback
MqttAsyncClient
MqttConnectOptions
MqttDeliveryToken
MqttException
MqttMessage
MqttTopic