Results 20 issues of Sunguk Lee
trafficstars

Original client send message with 0 size instead 4, but reading 0x40 bytes. Response data always start `App`

it'll make debugging of sending packet more easier.

- support `async function` if we use the `babel` for it, async function should transpiled to `GenerateFunction`. but async function occurs the `TypeError`; ``` TypeError: this.that[key].promise.apply is not a function...

since 73f6febe, one unittest still broke. and sometimes this patch can make hard to find abnormal code bug cases. in patch code review, @alexeypetrushin reported original code make strange bugs...

``` Error in handleMatrixEvent { SlackRTMError: ws not connected, unable to send message at RTMClient.send (/opt/matrix-puppet-slack/node_modules/@slack/client/lib/clients/rtm/client.js:755:11) at RTMClient.sendMessage (/opt/matrix-puppet-slack/node_modules/@slack/client/lib/clients/rtm/client.js:699:15) at Client.sendMessage (/opt/matrix-puppet-slack/client.js:191:21) ... ``` I've shered it in matrix room....

when a message reseived multiple QSO in the 1 message, it wouldn't work correctly ``` # I just changed all callsign except mine # this is actual case CQ DS1ABC/2...

IDK reason, in my case, sometime `netmgrd` of the android system taken few UDP ports which are 702x~706x imo, it would make a trouble to open the web UI until...

from #62. I found a problematic part from `FT8Package.java` https://github.com/N0BOY/FT8CN/blob/40d3e95e/ft8cn/app/src/main/java/com/bg7yoz/ft8cn/ft8signal/FT8Package.java#L119-L122 ``` //当双方都是复合呼号或非标准呼号时(带/的呼号),我的呼号变成标准呼号 if ((toCall.contains("/")) && fromCall.contains("/")) { fromCall = fromCall.substring(0, fromCall.indexOf("/")); } ``` I think here is if both call...

my friends who want to use ft8cn & ft8 newbie ask to me that they can find a ft8cn app in the play store. but, at least we can support...