Skip to content

Tags: objenious/mproxy

Tags

v0.4.0

Toggle v0.4.0's commit message
add OnSendToSubscriber method

v0.3.0

Toggle v0.3.0's commit message
make lib w/ no dep to mainflux

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NOISSUE - Update dependencies (absmach#17)

Signed-off-by: Dušan Borovčanin <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "NOISSUE - Set keep alive to TCP connections" (absmach#15)

* Revert "NOISSUE - Set keep alive to TCP connections (absmach#14)"

This reverts commit 6b27b8f.

Signed-off-by: dusanb94 <[email protected]>

* Update dependencies

Signed-off-by: Dušan Borovčanin <[email protected]>

* Use Dialer instead of net.Dial

Signed-off-by: Dušan Borovčanin <[email protected]>

* Rename evt to handler

Signed-off-by: Dušan Borovčanin <[email protected]>

* Rename logger alias

Signed-off-by: Dušan Borovčanin <[email protected]>

* Update Go version

Signed-off-by: Dušan Borovčanin <[email protected]>

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NOISSUE - Refactor mProxy (absmach#13)

* Enrich logging for connection close

Signed-off-by: Dušan Borovčanin <[email protected]>

* Handle connection close explicitly

Refactor code.

Signed-off-by: Dušan Borovčanin <[email protected]>

* Update examples

Signed-off-by: Dušan Borovčanin <[email protected]>

* Rename handler field in Proxy and Session

Signed-off-by: Dušan Borovčanin <[email protected]>

* Fix logging

Signed-off-by: Dušan Borovčanin <[email protected]>

* Replace event with handler

Signed-off-by: Dušan Borovčanin <[email protected]>

* Rename EventHandler to Handler

Signed-off-by: Dušan Borovčanin <[email protected]>

* Handle only the first error

Signed-off-by: Dušan Borovčanin <[email protected]>

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use pointer method receiver (absmach#12)

Signed-off-by: Dušan Borovčanin <[email protected]>

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NOISSUE - Fix WS handshake protocol header (absmach#11)

* Fixed WS handshake protocol header

Signed-off-by: Nikola Marcetic <[email protected]>

* Clean vendor

Signed-off-by: Nikola Marcetic <[email protected]>

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request absmach#10 from nmarcetic/fix/mqtt-contructor

Merge host and port

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request absmach#10 from nmarcetic/fix/mqtt-contructor

Merge host and port

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NOISSUE - Pass MQTT client to Events (absmach#8)

* Pass MQTT client to Events

Signed-off-by: Dušan Borovčanin <[email protected]>

* Use pointer to enable hijacking

Signed-off-by: Dušan Borovčanin <[email protected]>

* Copy values back to CONN package

Signed-off-by: Dušan Borovčanin <[email protected]>

* Pass slices pointers

Signed-off-by: Dušan Borovčanin <[email protected]>