Git Product home page Git Product logo

Comments (8)

dengyhgit avatar dengyhgit commented on June 3, 2024

@ztkgithub 可以把日志发一下吗,或者是闪退时的错误信息

from jchat-swift.

ztkgithub avatar ztkgithub commented on June 3, 2024

from jchat-swift.

ztkgithub avatar ztkgithub commented on June 3, 2024

归根到底是发送失败后找不到文件 data 为空 你们那边难道正常吗? thumbImageData:
fatal error: unexpectedly found nil while unwrapping an Optional value
2017-10-18 10:50:32.898292+0800 JChat[2552:634124] fatal error: unexpectedly found nil while unwrapping an Optional value 点击查看图片 这里闪退的:self.messageImage.image = UIImage(data: data!) ,其实这个闪退好解决,只要加个判断就行了:if data != nil 最根本的问题是 data未空了,找不到了 重发会一直失败 ,因为找不到数据了 语音也一样, 你确定你们那里正常吗?我是在发送的时候关闭网络或者打开飞行模式测试的 我建议你重新clone一份 走一遍 ,另外你的联系方式是啥,方便留个QQ号啥的吗?方便沟通 谢谢

from jchat-swift.

ztkgithub avatar ztkgithub commented on June 3, 2024

还在吗? 在线等你啊,项目上的比较急,不然我自己就排查bug了,看到的话留个微信QQ都可以

from jchat-swift.

ztkgithub avatar ztkgithub commented on June 3, 2024

from jchat-swift.

ztkgithub avatar ztkgithub commented on June 3, 2024

from jchat-swift.

raoxudong avatar raoxudong commented on June 3, 2024

JCHAT 上创建图片、语音消息应该是使用了 JMSGMessage 类的方法+ (JMSGMessage *)createSingleMessageWithContent: username: 创建的,你们换成 JMSGConversation 类里的方法- (JMSGMessage *)createMessageWithContent: 创建 message,然后调用发送接口!如果还有问题,你直接 QQ 群里 找管理单聊指导你修改!QQ群号:514440135

from jchat-swift.

dengyhgit avatar dengyhgit commented on June 3, 2024

v3.2.0 fix bug

from jchat-swift.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.