Electric-Blue / NimBluez

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

bluetoothnativesockets.nim doesn't work with latest std/nativesockets #5

Closed hpdumm closed 1 year ago

hpdumm commented 2 years ago

bluetoothnativesockets.nim line 222 makes a call to newNativeSocket(). This function looks like it was removed from std/nativesockets in the 2020-06-17 commit (https://github.com/nim-lang/Nim/commit/e7f280bd26a54b4f187b087c8d35f43f0e6328c7).