Popular repositories Loading
-
LMAlertView
LMAlertView PublicOpen Source, customisable clone of UIAlertView for iOS 7
-
LMPaymentKit
LMPaymentKit PublicForked from stripe-archive/PaymentKit
A maintained fork of PaymentKit from Stripe, updated for iOS 7
-
LMFixedTextView
LMFixedTextView PublicSubclassed UITextView allowing for fixed, uneditable, unselectable text.
Objective-C 8
-
mod_auth_pubtkt
mod_auth_pubtkt PublicForked from manuelkasper/mod_auth_pubtkt
A pragmatic Web Single Sign-On (SSO) solution
C 1
-
-
homebrew
homebrew PublicForked from Homebrew/legacy-homebrew
The missing package manager for OS X.
Ruby 1
22 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
May 2025
Created 1 repository
-
lmcd/mqtt-nio
Swift
This contribution was made on May 2
Created an issue in swift-server-community/mqtt-nio that received 2 comments
No way to cancel a publish listener
I'm using mqtt-nio
with Swift Concurrency.
I'm looking to cleanup after every disconnection, and re-establish everything when reconnecting. Ideally, …