Konstantin Burkalev
Konstantin Burkalev
Still struggling with this feature not working as expected... IDK how this is supposed to work? I have IceCube app runnning on iPhone and on my Mac. No matter how...
I'm still experiencing problems with syncing. See my [comment](https://github.com/Dimillian/IceCubesApp/issues/1632#issuecomment-2163584424). If you advice how to get useful info about the problem — I'd love to help. IDK, but maybe that is...
@mjkrivacek Great! Don't worry! We'll help you! Just fork this repo, introduce code changes, cover them with tests, describe new feature in the docs (maybe add examples) and create a...
As I figured out, the problem is in the underlying [gorilla/websocket](https://github.com/gorilla/websocket/issues/822) library. Made a fix PR there... Refs: * https://github.com/gorilla/websocket/issues/822 * https://github.com/gorilla/websocket/pull/823
So even the original author agrees that that is bug and fix is ok. But as there is no maintainer in websocket project (4 years looking for new maintainer) —...
So maybe we can switch someday to something else, like https://github.com/lesismal/nbio. (We use it internally, pretty good XP, speed)
@gammazero what do you think? Please have a look when you have time. This one is pretty small but important question
Wow! It took just about 1 year and few weeks till my PR with the Web Socket subprotocol fix landed in the upstream library! Now we can finally update the...
https://github.com/wamp-proto/wamp-proto/issues/448
@gammazero What do you think?