Tiger Lee

Results 4 issues of Tiger Lee

if session disconnected during sendBytes, session.messageOut may be set to nil before write in session.onDisconnect()

# Description When I subscribes to a server, and it's returns me with status code 401, from the [code](https://github.com/r3labs/sse/blob/c43e6bdd624acc3059ec75b7b561e0b9f8149267/client.go#L77) we can see the `req.Body` didn't closed properly. # Workaround Use...

It's seems this issue comes after you refactoring the lib. Former version before SHA: e0a8740c5c781203265bb9b06f9fdb635d34053a works fine with null field. Exception: ``` terminate called after throwing an instance of 'MySqlException'...

在`src/main/resources/application.properties`文件里,`username`和`passowrd`是写死在文件中的。如果想要批量创建一些容器时,修改用户信息会变成很麻烦,如果可以通过环境变量指定的话会比较方便。 或者将`coding` & `[email protected]`作为默认的用户名和邮件地址,如果`.properties`文件格式支持的话。