Electric-Blue / NimBluez

Nim modules for access to system Bluetooth resources.
BSD 2-Clause "Simplified" License
23 stars 7 forks source link

Fix Issue #5 #6

Closed Ruan-pysoft closed 1 year ago

Ruan-pysoft commented 1 year ago

In the newBluetoothNativeSocket proc newNativeSocket, which has been removed. I replaced the call with a call to createNativeSocket, which seems to be the same thing.

(If you look at the code, newNativeSocket basically just calls createNativeSocket)

Fixes #5