DMH

Results 14 comments of DMH

can you demonstrate in what syntax an empty array is returned? from what i see it relies on a callback and if there are no messages it just never calls...

thanks, i swear i tried that and couldn't get the call to return anything to a var.. ill try again at some point to verify that part for your second...

agreed, i tried to get an async await response from the call but couldn't seem to do so. ive worked with other libraries that return an empty (sub)array on a...

fyi, backgrounding tabs exacerbates the issue as forgrounding does not appear to gracefully recover the connection

fyi, this may be related to PING/PONG frames on the ws connection. PING alone is not enough the other end must reply with a PONG frame as well. also note...

fyi, addObserver is stable when used with node

@dao i have been pondering a workaround myself... one way would be to use the queryHistory function on a timer that keeps track of startdate as a pointer. the nodes...

fyi, i discovered this also applies to relay.send when used in a browser. after 10m it too stops working the issue does not appear to manifest when used in node

i am only specifying a connection for bootstrap when invoking create.. i got it from the fleets json (testnet). im not specifying a port anywhere else after that (im assuming...

ok gents, happy to report send and receive have been stable in two separate tabs for over 30mins now (also surviving tab backgrounding) not sure what changed on your end,...