Erik O'Leary
Erik O'Leary
Interesting idea - My only concern would be it interfering with some other nim syntax. What about adding another prefix to indicate escape; like '$!' instead of just '$' ?...
Yeah good point. I wouldn't want to issue a breaking change for this, but syntactic sugar for escaping the HTML would be nice.
That's a great idea, do you think you could submit a PR?
Probably $# prefix, I wouldn't try to do multi-line right off the bat.
@CalMlynarczyk How does this work for more deeply nested components?
There is no expiration
It shouldn't be up to the device to create an SAS token, the token should be provided by your provisioning service, and the implementor to reconnect
Unfortunately the approach taken in this library means super unreliable connections, constant disconnects. Giving the device the SAS token is more secure because if the device generates the SAS token...
@andriyadi What is the NTP sync even for?
@andriyadi I've been testing with removing the NTP stuff, it works perfectly fine and is way less complicated & crashy.. why include it?