Daniel Rees

Results 23 comments of Daniel Rees

Correct, the client does not _currently_ support receiving or sending binary data. Its actually something I've been looking into recently to add. I'll update if I make any progress on...

@samrat something is in the works. I'll update back here when progress is made

The reconnection logic Should Just Work™️ but there may be some edge cases. When setting Network Link Conditioner to "Very Bad Network", are you able to reproduce the issue? Are...

The client (which is a port of how the phoenix.js client was designed) is built to multiplex over a single socket connection. All that a channel is, is filtering `topics`...

@lognaturel This is something I would like to look into but first I want to check with you if this is indeed a bug and that the expected behavior as...

You can try out [JavaPhoenixClient](https://github.com/dsrees/JavaPhoenixClient) which has presence support. Disclaimer: I am the author of that library and actively maintain it. We use it in production however not the Presence...

Hm maybe the best thing is to check OS and switch between async and a callback. I also want to explore using the Network framework for the underlying connection

@videni Select your project from the Project Navigator (⌘1) and then in the File Inspector (⌘⌥0), you'll see a Project Document section with a Project Format dropdown.