sdedic opened a new pull request, #8134: URL: https://github.com/apache/netbeans/pull/8134
During testing, it turned out that when NBLS is enabled "fast enough" after extension start, the extension may not initialize properly. There are surely more bugs ;)) but the ones most prominent are: - there was a missing catch() after stopClient() call - reject() on kill promise was called **before** kill actually completed - testAdapter was not re-initialized (and re-loaded with data) each time client restarts In addition, if the client is stop()ped during/soon after restart, the Explorer (project view, database view or cloud assets) attemp to communicate with a dead client, which results in error notifications. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
