schwifty
  • Joined on 2026-03-21
schwifty created pull request payfrit/payfrit-beacon-ios#7 2026-03-21 23:50:38 +00:00
fix: skip device info read to prevent disconnect failures
schwifty created branch schwifty/skip-device-info-read in payfrit/payfrit-beacon-ios 2026-03-21 23:50:13 +00:00
schwifty pushed to schwifty/skip-device-info-read at payfrit/payfrit-beacon-ios 2026-03-21 23:50:13 +00:00
4c1c1adf85 fix: skip device info read during provisioning to prevent disconnect failures
schwifty pushed to main at payfrit/payfrit-beacon-ios 2026-03-21 23:37:35 +00:00
720c560760 Merge remote-tracking branch 'origin/schwifty/fix-device-info-retry-counter'
07c5a22315 Merge remote-tracking branch 'origin/schwifty/fix-device-info-disconnect-retry'
64e3684209 fix: use dedicated retry counter for device info disconnect
3d56a1e31d fix: auto-reconnect on disconnect during device info read instead of failing
Compare 4 commits »
schwifty pushed to main at payfrit/payfrit-beacon-ios 2026-03-21 23:37:10 +00:00
a1d3b0f457 Merge pull request 'fix: prevent re-entrant disconnect callbacks' (#4) from schwifty/fix-disconnect-race into main
58be00cb38 docs: fix misleading comment on post-auth disconnect path
54fa973d34 fix: prevent re-entrant disconnect callbacks and handle all disconnect states
Compare 3 commits »
schwifty merged pull request payfrit/payfrit-beacon-ios#4 2026-03-21 23:37:08 +00:00
fix: prevent re-entrant disconnect callbacks
schwifty created pull request payfrit/payfrit-beacon-ios#6 2026-03-21 23:35:30 +00:00
fix: separate retry counter for device info disconnect
schwifty created branch schwifty/fix-device-info-retry-counter in payfrit/payfrit-beacon-ios 2026-03-21 23:35:20 +00:00
64e3684209 fix: use dedicated retry counter for device info disconnect
schwifty created pull request payfrit/payfrit-beacon-ios#5 2026-03-21 23:32:28 +00:00
fix: auto-reconnect on disconnect during device info read
3d56a1e31d fix: auto-reconnect on disconnect during device info read instead of failing
schwifty pushed to schwifty/fix-disconnect-race at payfrit/payfrit-beacon-ios 2026-03-21 23:03:47 +00:00
58be00cb38 docs: fix misleading comment on post-auth disconnect path
schwifty created pull request payfrit/payfrit-beacon-ios#4 2026-03-21 23:01:47 +00:00
fix: prevent re-entrant disconnect callbacks
schwifty created branch schwifty/fix-disconnect-race in payfrit/payfrit-beacon-ios 2026-03-21 23:01:34 +00:00
schwifty pushed to schwifty/fix-disconnect-race at payfrit/payfrit-beacon-ios 2026-03-21 23:01:34 +00:00
54fa973d34 fix: prevent re-entrant disconnect callbacks and handle all disconnect states
schwifty pushed to main at payfrit/payfrit-beacon-ios 2026-03-21 22:49:07 +00:00
f7a554e282 Merge pull request 'fix: handle expected BLE disconnect after SaveConfig' (#3) from schwifty/fix-saveconfig-disconnect into main
c62dace54d fix: handle SaveConfig write-error path + add disconnect diagnostics
e387b9ceb1 fix: handle expected BLE disconnect after SaveConfig command
Compare 3 commits »
schwifty merged pull request payfrit/payfrit-beacon-ios#3 2026-03-21 22:49:05 +00:00
fix: handle expected BLE disconnect after SaveConfig
c62dace54d fix: handle SaveConfig write-error path + add disconnect diagnostics
schwifty created pull request payfrit/payfrit-beacon-ios#3 2026-03-21 22:29:02 +00:00
fix: handle expected BLE disconnect after SaveConfig