David Preece
David Preece
Agreed with avian. ".local" is the domain used to advertise with multicast DNS. Why not use the 'triple slash' method as used with file url's (i.e. file:///var/www/something.html) ... so http+unix:///var/run/docker.sock/version...
@graingert The three slashes are very much on purpose. See https://www.ietf.org/rfc/rfc1738.txt section 3.10 One potential (but IMHO small) problem is that the 'triple slash' method doesn't delineate between the path...
Oh, I wasn't looking to 'start something'. Whatever works the best and/or causes the least pain is fine by me :) It seems that in practice the `http://something.mostly.valid/whatever` scheme is...
FYI, I'm getting this too - appears to lock all filesystem write functionality (lock is not released?) ``` import _thread import time def very_little(): print("just exits") tid = _thread.start_new_thread(very_little, ())...
I'm also getting these frequent (after 5-10 minutes) disconnections. I'm pushing a reasonable quantity of traffic, maybe 50-100 notifications/sec over 7 characteristics, using aioble, and receive an OSError exception (22...